diff options
author | Yaakov Selkowitz <yselkowi@redhat.com> | 2015-11-19 15:28:06 -0600 |
---|---|---|
committer | Yaakov Selkowitz <yselkowi@redhat.com> | 2015-11-19 15:28:06 -0600 |
commit | 1c1a925fc4ac88459f3347ad459ef68b03ec76d1 (patch) | |
tree | d4c0550afdc61962393568da98b2eaf2e826eb85 /newlib/libc/stdlib | |
parent | fcc2dcbb21743447d9f51f40283892da0075f751 (diff) | |
download | cygnal-1c1a925fc4ac88459f3347ad459ef68b03ec76d1.tar.gz cygnal-1c1a925fc4ac88459f3347ad459ef68b03ec76d1.tar.bz2 cygnal-1c1a925fc4ac88459f3347ad459ef68b03ec76d1.zip |
Fix typo in rpmatch doc reference
* libc/stdlib/stdlib.tex: Fix typo in rpmatch reference.
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
Diffstat (limited to 'newlib/libc/stdlib')
-rw-r--r-- | newlib/libc/stdlib/stdlib.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/newlib/libc/stdlib/stdlib.tex b/newlib/libc/stdlib/stdlib.tex index ef0986756..53f0b9c14 100644 --- a/newlib/libc/stdlib/stdlib.tex +++ b/newlib/libc/stdlib/stdlib.tex @@ -157,7 +157,7 @@ The corresponding declarations are in the header file @file{stdlib.h}. @include stdlib/rand48.def @page -@include stdlib/rmpatch.def +@include stdlib/rpmatch.def @page @include stdlib/strtod.def |