projects
/
pintos-anon
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
dfc9ae1
)
Fix comment.
author
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 23 Jul 2006 21:53:47 +0000
(21:53 +0000)
committer
Ben Pfaff
<blp@cs.stanford.edu>
Sun, 23 Jul 2006 21:53:47 +0000
(21:53 +0000)
src/lib/stdio.c
patch
|
blob
|
history
diff --git
a/src/lib/stdio.c
b/src/lib/stdio.c
index baefaf0eda12774b36b2aa0eddeb6ad0f87ad20b..e09401a61028cee158e588c4b12bc3c5d3fe5aea 100644
(file)
--- 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