Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/string/strchr.c4
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 <jjohnstn@redhat.com>
+
+ * libc/string/strchr.c: Fix comment typo.
+
2002-05-08 Thomas Fitzsimmons <fitzsim@redhat.com>
* 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 <string.h>
char * strchr(<[string]>, <[c]>);
- char *<[string]>;
- int *<[c]>;
+ const char *<[string]>;
+ int <[c]>;
DESCRIPTION
This function finds the first occurence of <[c]> (converted to