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:
Juha Niskanen 2020-12-08 18:34:49 +02:00 committed by Xiang Xiao
parent 6626699ec7
commit 21271c44b7

View File

@ -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.
* *
****************************************************************************/ ****************************************************************************/