Skip to content

Commit 1b8370d

Browse files
authored
Merge pull request #12444 from DavidLin1577/patch-5
Fixed typo: 'lenght' in ns_crc.h
2 parents b1c1857 + 1df601d commit 1b8370d

File tree

1 file changed

+1
-1
lines changed
  • features/nanostack/sal-stack-nanostack/source/Service_Libs/utils

1 file changed

+1
-1
lines changed

features/nanostack/sal-stack-nanostack/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)