From: Ben Pfaff Date: Sun, 23 Jul 2006 21:53:47 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?p=pintos-anon;a=commitdiff_plain;h=4aef5aa2e21ef46c7fcfe03f81b8dd8c60c64286 Fix comment. --- 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