summaryrefslogtreecommitdiffstats
path: root/newlib/libc/stdlib/efgcvt.c
diff options
context:
space:
mode:
authorJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 12:43:51 +0100
committerJon TURNEY <jon.turney@dronecode.org.uk>2015-06-23 20:56:30 +0100
commitde5e58a6402ce2f4abd55a47e698030dbce30ac9 (patch)
treedf24fad841318f17827da32b86d97740eb87c8c9 /newlib/libc/stdlib/efgcvt.c
parenteb61ffe8ddfebebc1f3e23401bdab4d83056c414 (diff)
downloadcygnal-de5e58a6402ce2f4abd55a47e698030dbce30ac9.tar.gz
cygnal-de5e58a6402ce2f4abd55a47e698030dbce30ac9.tar.bz2
cygnal-de5e58a6402ce2f4abd55a47e698030dbce30ac9.zip
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/libc/stdlib/efgcvt.c')
-rw-r--r--newlib/libc/stdlib/efgcvt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/newlib/libc/stdlib/efgcvt.c b/newlib/libc/stdlib/efgcvt.c
index ba0250490..5d6e1aea3 100644
--- a/newlib/libc/stdlib/efgcvt.c
+++ b/newlib/libc/stdlib/efgcvt.c
@@ -84,7 +84,7 @@ Supporting OS subroutines required: <<close>>, <<fstat>>, <<isatty>>,
NEWPAGE
FUNCTION
-<<gvcvt>>, <<gcvtf>>---format double or float as string
+<<gcvt>>, <<gcvtf>>---format double or float as string
INDEX
gcvt
@@ -111,7 +111,7 @@ TRAD_SYNOPSIS
DESCRIPTION
<<gcvt>> writes a fully formatted number as a null-terminated
-string in the buffer <<*<[buf]>>>. <<gdvtf>> produces corresponding
+string in the buffer <<*<[buf]>>>. <<gcvtf>> produces corresponding
character representations of <<float>> numbers.
<<gcvt>> uses the same rules as the <<printf>> format