Fix examples for OMAP3 boards...
[pandora-u-boot.git] / lib_generic / string.c
index e0b793a..181eda6 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
  */