summaryrefslogtreecommitdiffstats
path: root/cmd-generic.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2009-11-13 19:58:32 +0000
committerNicholas Marriott <nicm@openbsd.org>2009-11-13 19:58:32 +0000
commit10e05f9867f8129c24596ca929952136e1bd496e (patch)
tree6d5af454301c3488342ae5281510d8609abd8f5c /cmd-generic.c
parent76ef8770cd983e7ece581fbcfb3a7ad5e115aae5 (diff)
Tweak a comment and add some spacing.
Diffstat (limited to 'cmd-generic.c')
-rw-r--r--cmd-generic.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmd-generic.c b/cmd-generic.c
index 59d9bbb7..5232bc98 100644
--- a/cmd-generic.c
+++ b/cmd-generic.c
@@ -85,7 +85,7 @@ cmd_parse_flags(int opt, const char *chflagstr, uint64_t *chflags)
return (0);
}
-/* Print the flags supported in chflags. */
+/* Print the flags present in chflags. */
size_t
cmd_print_flags(char *buf, size_t len, size_t off, uint64_t chflags)
{