aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--newlib/ChangeLog4
-rw-r--r--newlib/libc/string/strings.tex2
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 1ec9e59..a3a2381 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2002-07-26 Jeff Johnston <jjohnstn@redhat.com>
+
+ * libc/string/strings.tex: Fix typo for memccpy.
+
2002-07-25 Jeff Johnston <jjohnstn@redhat.com>
* libc/sys/linux/io64.c (truncate64, ftruncate64): Added.
diff --git a/newlib/libc/string/strings.tex b/newlib/libc/string/strings.tex
index b543503..7f9106e 100644
--- a/newlib/libc/string/strings.tex
+++ b/newlib/libc/string/strings.tex
@@ -55,7 +55,7 @@ managing areas of memory. The corresponding declarations are in
@include string/index.def
@page
-@include string/memcccpy.def
+@include string/memccpy.def
@page
@include string/memchr.def