Merge pull request #12445 from DavidLin1577/patch-6

Fixed typo: 'lenght' in ip6string.h
pull/12473/head
Martin Kojtal 2020-02-19 14:32:10 +00:00 committed by GitHub
commit b1c1857ae5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ uint_fast8_t ip6_prefix_tos(const void *prefix, uint_fast8_t prefix_len, char *p
* IPv4 tunneling addresses are not covered.
*
* \param ip6addr IPv6 address in string format.
* \param len Lenght of ipv6 string, maximum of 41.
* \param len Length of ipv6 string, maximum of 41.
* \param dest buffer for address. MUST be 16 bytes. Filled with 0 on error.
* \return boolean set to true if conversion succeed, false if it didn't
*/