You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/12/08 18:58:54 UTC

[incubator-nuttx] 04/04: libs/libc/string/lib_strcspn.c: fix function name in comment

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 21271c44b72640901982d127c99163eaf4c10e75
Author: Juha Niskanen <ju...@haltian.com>
AuthorDate: Tue Dec 8 18:34:49 2020 +0200

    libs/libc/string/lib_strcspn.c: fix function name in comment
    
    Signed-off-by: Juha Niskanen <ju...@haltian.com>
---
 libs/libc/string/lib_strcspn.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libs/libc/string/lib_strcspn.c b/libs/libc/string/lib_strcspn.c
index 431d8d4..711afcc 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.
  *
  ****************************************************************************/