diff options
Diffstat (limited to 'lib_generic/string.c')
| -rw-r--r-- | lib_generic/string.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/lib_generic/string.c b/lib_generic/string.c index e0b793abb..181eda614 100644 --- a/lib_generic/string.c +++ b/lib_generic/string.c @@ -263,7 +263,7 @@ char * strdup(const char *s)  #ifndef __HAVE_ARCH_STRSPN  /**   * strspn - Calculate the length of the initial substring of @s which only - * 	contain letters in @accept + *	contain letters in @accept   * @s: The string to be searched   * @accept: The string to search for   */ |