libs/libc/string/lib_strcspn.c: fix function name in comment
Signed-off-by: Juha Niskanen <juha.niskanen@haltian.com>
This commit is contained in:
parent
6626699ec7
commit
21271c44b7
@ -49,8 +49,8 @@
|
|||||||
* Name: strcspn
|
* Name: strcspn
|
||||||
*
|
*
|
||||||
* Description:
|
* Description:
|
||||||
* strspn() calculates the length of the initial segment of s which
|
* strcspn() calculates the length of the initial segment of s which
|
||||||
* consists entirely of characters not in reject
|
* consists entirely of characters not in reject.
|
||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user