diff options
author | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-23 12:43:51 +0100 |
---|---|---|
committer | Jon TURNEY <jon.turney@dronecode.org.uk> | 2015-06-23 20:56:30 +0100 |
commit | de5e58a6402ce2f4abd55a47e698030dbce30ac9 (patch) | |
tree | df24fad841318f17827da32b86d97740eb87c8c9 /newlib/libc/stdlib/stdlib.tex | |
parent | eb61ffe8ddfebebc1f3e23401bdab4d83056c414 (diff) | |
download | cygnal-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/stdlib.tex')
-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 4f7bc59ae..7ec63f15a 100644 --- a/newlib/libc/stdlib/stdlib.tex +++ b/newlib/libc/stdlib/stdlib.tex @@ -20,7 +20,7 @@ The corresponding declarations are in the header file @file{stdlib.h}. * ecvtbuf:: Double or float to string of digits * ecvt:: Double or float to string of digits (malloc result) * __env_lock:: Lock environment list for getenv and setenv -* gvcvt:: Format double or float as string +* gcvt:: Format double or float as string * exit:: End program execution * getenv:: Look up environment variable * labs:: Long integer absolute value (magnitude) |