From de5e58a6402ce2f4abd55a47e698030dbce30ac9 Mon Sep 17 00:00:00 2001 From: Jon TURNEY Date: Tue, 23 Jun 2015 12:43:51 +0100 Subject: 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 * 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 --- newlib/libc/stdlib/efgcvt.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'newlib/libc/stdlib/efgcvt.c') 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: <>, <>, <>, NEWPAGE FUNCTION -<>, <>---format double or float as string +<>, <>---format double or float as string INDEX gcvt @@ -111,7 +111,7 @@ TRAD_SYNOPSIS DESCRIPTION <> writes a fully formatted number as a null-terminated -string in the buffer <<*<[buf]>>>. <> produces corresponding +string in the buffer <<*<[buf]>>>. <> produces corresponding character representations of <> numbers. <> uses the same rules as the <> format -- cgit v1.2.3