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:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 14:43:51 +0300
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 22:56:30 +0300
commitde5e58a6402ce2f4abd55a47e698030dbce30ac9 (patch)
treedf24fad841318f17827da32b86d97740eb87c8c9 /newlib/ChangeLog
parenteb61ffe8ddfebebc1f3e23401bdab4d83056c414 (diff)
Fix typo-ed function names in efgcvt.c documentation
Fix typo-ed function names in efgcvt.c documentation, neither gvcvt nor gdvtf exists. 2015-06-23 Jon Turney <jon.turney@dronecode.org.uk> * libc/stdlib/efgcvt.c: Fix typo-ed function names in documentation. * libc/stdlib/stdlib.tex: Fix function name in menu to match. Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
Diffstat (limited to 'newlib/ChangeLog')
-rw-r--r--newlib/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/newlib/ChangeLog b/newlib/ChangeLog
index cba8f6307..f5b173765 100644
--- a/newlib/ChangeLog
+++ b/newlib/ChangeLog
@@ -1,5 +1,11 @@
2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
+ * libc/stdlib/efgcvt.c: Fix typo-ed function names in
+ documentation.
+ * libc/stdlib/stdlib.tex: Fix function name in menu to match.
+
+2015-06-23 Jon Turney <jon.turney@dronecode.org.uk>
+
* libc/stdio/fread.c: Fix inconsistent use of '.' to separate
function names in FUNCTION mark up.