diff --git a/libs/libc/string/lib_strcspn.c b/libs/libc/string/lib_strcspn.c index 431d8d4fee..711afcc48d 100644 --- a/libs/libc/string/lib_strcspn.c +++ b/libs/libc/string/lib_strcspn.c @@ -49,8 +49,8 @@ * Name: strcspn * * Description: - * strspn() calculates the length of the initial segment of s which - * consists entirely of characters not in reject + * strcspn() calculates the length of the initial segment of s which + * consists entirely of characters not in reject. * ****************************************************************************/