summaryrefslogtreecommitdiffstats
path: root/newlib/libc/string/memchr.c
diff options
context:
space:
mode:
Diffstat (limited to 'newlib/libc/string/memchr.c')
-rw-r--r--newlib/libc/string/memchr.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/string/memchr.c b/newlib/libc/string/memchr.c
index 2fd3c861d..7c1a584b7 100644
--- a/newlib/libc/string/memchr.c
+++ b/newlib/libc/string/memchr.c
@@ -28,9 +28,9 @@ RETURNS
<[c]> is not found, then <<NULL>> is returned.
PORTABILITY
-<<memchr>>> is ANSI C.
+<<memchr>> is ANSI C.
-<<memchr>> requires no supporting OS subroutines.
+<<memchr>> requires no supporting OS subroutines.
QUICKREF
memchr ansi pure