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:
authorJeff Johnston <jjohnstn@redhat.com>2002-07-26 19:26:42 +0400
committerJeff Johnston <jjohnstn@redhat.com>2002-07-26 19:26:42 +0400
commit6b6425cb532137f73f9f5e5c76dac6ab5595b1b5 (patch)
treeaa00d787d9bacc774b52c4d230707ca0b7636dfc /newlib/libc/string
parentb1f495ed3bf81f2c5240bccc1e58cee9e1441f7f (diff)
2002-07-26 Jeff Johnston <jjohnstn@redhat.com>
* libc/string/strings.tex: Fix typo for memccpy.
Diffstat (limited to 'newlib/libc/string')
-rw-r--r--newlib/libc/string/strings.tex2
1 files changed, 1 insertions, 1 deletions
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