Change all 'Nuttx' to 'NuttX'

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2020-10-19 11:14:35 +08:00
committed by Brennan Ashton
parent 7588d458e5
commit 8a63e58936
20 changed files with 22 additions and 22 deletions

View File

@@ -142,7 +142,7 @@ static inline uint8_t netlib_msbits16(uint16_t hword)
* Name: netlib_ipv6netmask2prefix
*
* Description:
* Convert a 128-bit netmask to a prefix length. The Nuttx IPv6
* Convert a 128-bit netmask to a prefix length. The NuttX IPv6
* networking uses 128-bit network masks internally. This function
* converts the IPv6 netmask to a prefix length.
*