diff options
-rw-r--r-- | newlib/ChangeLog | 4 | ||||
-rw-r--r-- | newlib/libc/string/strings.tex | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog index 1ec9e5987..a3a2381fa 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 b5435033a..7f9106ee9 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 |