Tweak a comment and add some spacing.

This commit is contained in:
Nicholas Marriott
2009-11-13 19:58:32 +00:00
parent 76ef8770cd
commit 10e05f9867
2 changed files with 7 additions and 1 deletions

View File

@ -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)
{