]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - lib_generic/string.c
Big white-space cleanup.
[karo-tx-uboot.git] / lib_generic / string.c
index e0b793abbee5106e5614f51f7876fd1e6be1d5e5..181eda614993167894f9a172d81c1b713cd30e2b 100644 (file)
@@ -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
  */