From 1df601dea047399232c37d96da783dd876beb761 Mon Sep 17 00:00:00 2001 From: David Lin Date: Sun, 16 Feb 2020 18:31:22 +0800 Subject: [PATCH] Fixed typo: 'lenght' in ns_crc.h Note that the word 'lenght' is wrong, so that 'lenght' should been replaced with 'length'. --- .../sal-stack-nanostack/source/Service_Libs/utils/ns_crc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/nanostack/sal-stack-nanostack/source/Service_Libs/utils/ns_crc.h b/features/nanostack/sal-stack-nanostack/source/Service_Libs/utils/ns_crc.h index f229b97e67..92fad32272 100644 --- a/features/nanostack/sal-stack-nanostack/source/Service_Libs/utils/ns_crc.h +++ b/features/nanostack/sal-stack-nanostack/source/Service_Libs/utils/ns_crc.h @@ -31,7 +31,7 @@ uint16_t crc16_ccitt(uint8_t *message, int nBytes); /** * @param data data which crc will be calculate - * @param data_length Lenght of data pointer + * @param data_length Length of data pointer * @param polynomial Polynomial which will be used to calculate CRC, POLYNOMIAL_CRC15_CCIT, POLYNOMIAL_CRC15_ANSI * @return Calculated 16bit CRC value */