aboutsummaryrefslogtreecommitdiff
path: root/src/libfmt/fmt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/libfmt/fmt.c')
-rw-r--r--src/libfmt/fmt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libfmt/fmt.c b/src/libfmt/fmt.c
index 06f6c950..976bf7ca 100644
--- a/src/libfmt/fmt.c
+++ b/src/libfmt/fmt.c
@@ -64,7 +64,7 @@ static Convfmt knownfmt[] = {
'p', __ifmt,
'r', __errfmt,
's', __strfmt,
- 'u', __ifmt, /* in Plan 9, __flagfmt */
+ 'u', __flagfmt, /* in Unix, __ifmt */
'x', __ifmt,
0, nil,
};