This is the mail archive of the newlib-cvs@sourceware.org mailing list for the newlib project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Fix typo in rpmatch doc reference


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=1c1a925fc4ac88459f3347ad459ef68b03ec76d1

commit 1c1a925fc4ac88459f3347ad459ef68b03ec76d1
Author: Yaakov Selkowitz <yselkowi@redhat.com>
Date:   Thu Nov 19 15:28:06 2015 -0600

    Fix typo in rpmatch doc reference
    
    * libc/stdlib/stdlib.tex: Fix typo in rpmatch reference.
    
    Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>

Diff:
---
 newlib/ChangeLog              | 4 ++++
 newlib/libc/stdlib/stdlib.tex | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index 7f39a19..df1e34c 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,3 +1,7 @@
+2015-11-19  Yaakov Selkowitz  <yselkowi@redhat.com>
+
+	* libc/stdlib/stdlib.tex: Fix typo in rpmatch reference.
+
 2015-11-19  Corinna Vinschen  <corinna@vinschen.de>
 
 	* libc/stdlib/ldtoa.c: Convert to GNU style so as not to get crazy
diff --git a/newlib/libc/stdlib/stdlib.tex b/newlib/libc/stdlib/stdlib.tex
index ef09867..53f0b9c 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]