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