From 809b6ce7085be484e3424100f9c4bbf2d69ba4fc Mon Sep 17 00:00:00 2001 From: Jeff Johnston Date: Fri, 10 May 2002 17:51:18 +0000 Subject: [PATCH] 2002-05-10 Jeff Johnston * libc/string/strchr.c: Fix comment typo. --- newlib/ChangeLog | 4 ++++ newlib/libc/string/strchr.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 6d3bbdd83..ac758a089 100644 --- a/newlib/ChangeLog +++ b/newlib/ChangeLog @@ -1,3 +1,7 @@ +2002-05-10 Jeff Johnston + + * libc/string/strchr.c: Fix comment typo. + 2002-05-08 Thomas Fitzsimmons * acinclude.m4: Add support for --enable-newlib-multithread. 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