diff options
Diffstat (limited to 'string/string.h')
-rw-r--r-- | string/string.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/string/string.h b/string/string.h index 33070d8046..47e5f18d5d 100644 --- a/string/string.h +++ b/string/string.h @@ -157,7 +157,7 @@ extern char *strchr (__const char *__s, int __c) __THROW __attribute_pure__; extern char *strrchr (__const char *__s, int __c) __THROW __attribute_pure__; #ifdef __USE_GNU -/* This funciton is similar to `strchr'. But it returns a pointer to +/* This function is similar to `strchr'. But it returns a pointer to the closing NUL byte in case C is not found in S. */ extern char *strchrnul (__const char *__s, int __c) __THROW __attribute_pure__; #endif |