reword a comment to avoid spelling exception

This commit is contained in:
Viktor Szakats 2025-07-12 11:07:13 +02:00
parent 3e45ff807e
commit e135677249
No known key found for this signature in database
GPG key ID: B5ABD165E2AEF201
2 changed files with 1 additions and 2 deletions

View file

@ -21,7 +21,6 @@ pres
rin
seh
ser
statics
strat
te
ths

View file

@ -54,7 +54,7 @@
*
* Returns `dst' (as a const)
* Note:
* - uses no statics
* - uses no static variables
* - takes an unsigned char* not an in_addr as input
*/
static char *inet_ntop4(const unsigned char *src, char *dst, size_t size)