Skip to content

Commit 01e7e82

Browse files
author
Arto Kinnunen
authored
Merge pull request #2314 from ARMmbed/update_from_mbedos
Sync from Mbed OS
2 parents 2bd0558 + c906c43 commit 01e7e82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/Service_Libs/utils/ns_crc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ uint16_t crc16_ccitt(uint8_t *message, int nBytes);
3131

3232
/**
3333
* @param data data which crc will be calculate
34-
* @param data_length Lenght of data pointer
34+
* @param data_length Length of data pointer
3535
* @param polynomial Polynomial which will be used to calculate CRC, POLYNOMIAL_CRC15_CCIT, POLYNOMIAL_CRC15_ANSI
3636
* @return Calculated 16bit CRC value
3737
*/

0 commit comments

Comments
 (0)