From 4aef5aa2e21ef46c7fcfe03f81b8dd8c60c64286 Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Sun, 23 Jul 2006 21:53:47 +0000 Subject: [PATCH] Fix comment. --- src/lib/stdio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/stdio.c b/src/lib/stdio.c index baefaf0..e09401a 100644 --- a/src/lib/stdio.c +++ b/src/lib/stdio.c @@ -463,7 +463,7 @@ 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 is done + unsigned conversion and ignores NEGATIVE. The output is done according to the provided base B. Details of the conversion are in C. */ static void -- 2.30.2