diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2002-07-26 15:26:42 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2002-07-26 15:26:42 +0000 |
commit | 6b6425cb532137f73f9f5e5c76dac6ab5595b1b5 (patch) | |
tree | aa00d787d9bacc774b52c4d230707ca0b7636dfc | |
parent | b1f495ed3bf81f2c5240bccc1e58cee9e1441f7f (diff) | |
download | cygnal-6b6425cb532137f73f9f5e5c76dac6ab5595b1b5.tar.gz cygnal-6b6425cb532137f73f9f5e5c76dac6ab5595b1b5.tar.bz2 cygnal-6b6425cb532137f73f9f5e5c76dac6ab5595b1b5.zip |
2002-07-26 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/strings.tex: Fix typo for memccpy.
-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 |