summaryrefslogtreecommitdiffstats
path: root/lib_generic/string.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib_generic/string.c')
-rw-r--r--lib_generic/string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib_generic/string.c b/lib_generic/string.c
index e0b793abbe..181eda6149 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
*/
OpenPOWER on IntegriCloud