From 36c106ae4742ebaf72b7ff2b3bcddcf92662ae23 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Tue, 5 Apr 2005 23:56:39 +0000 Subject: [PATCH] Fix comment. --- src/lib/stdio.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/lib/stdio.c b/src/lib/stdio.c index 2939658..e74d5dd 100644 --- a/src/lib/stdio.c +++ b/src/lib/stdio.c @@ -464,9 +464,9 @@ parse_conversion (const char *format, struct printf_conversion *c, auxiliary data AUX. The integer converted has absolute value VALUE. If IS_SIGNED is true, does a signed conversion with NEGATIVE indicating a negative value; otherwise does an - unsigned conversion and ignores IS_SIGNED. The output will - use the given DIGITS, with strlen(DIGITS) indicating the - output base. Details of the conversion are in C. */ + unsigned conversion and ignores IS_SIGNED. The output is done + according to the provided base B. Details of the conversion + are in C. */ static void format_integer (uintmax_t value, bool is_signed, bool negative, const struct integer_base *b, -- 2.30.2