From 809b6ce7085be484e3424100f9c4bbf2d69ba4fc Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 10 May 2002 17:51:18 +0000 Subject: 2002-05-10 Jeff Johnston * libc/string/strchr.c: Fix comment typo. --- newlib/libc/string/strchr.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libc/string/strchr.c') diff --git a/newlib/libc/string/strchr.c b/newlib/libc/string/strchr.c index de4585f75..60b0fde8e 100644 --- a/newlib/libc/string/strchr.c +++ b/newlib/libc/string/strchr.c @@ -12,8 +12,8 @@ ANSI_SYNOPSIS TRAD_SYNOPSIS #include char * strchr(<[string]>, <[c]>); - char *<[string]>; - int *<[c]>; + const char *<[string]>; + int <[c]>; DESCRIPTION This function finds the first occurence of <[c]> (converted to -- cgit v1.2.3