Skip to content

Commit 49b0f43

Browse files
authored
Fixed typo: 'lenght' in ip6string.h
Note that the word 'lenght' is wrong, so that 'lenght' should been replaced with 'length'.
1 parent 3d038e5 commit 49b0f43

File tree

1 file changed

+1
-1
lines changed
  • features/frameworks/nanostack-libservice/mbed-client-libservice

1 file changed

+1
-1
lines changed

features/frameworks/nanostack-libservice/mbed-client-libservice/ip6string.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ uint_fast8_t ip6_prefix_tos(const void *prefix, uint_fast8_t prefix_len, char *p
5757
* IPv4 tunneling addresses are not covered.
5858
*
5959
* \param ip6addr IPv6 address in string format.
60-
* \param len Lenght of ipv6 string, maximum of 41.
60+
* \param len Length of ipv6 string, maximum of 41.
6161
* \param dest buffer for address. MUST be 16 bytes. Filled with 0 on error.
6262
* \return boolean set to true if conversion succeed, false if it didn't
6363
*/

0 commit comments

Comments
 (0)