diff options
Diffstat (limited to 'sbin/growfs/debug.c')
-rw-r--r-- | sbin/growfs/debug.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/growfs/debug.c b/sbin/growfs/debug.c index d178a26..3fe263f 100644 --- a/sbin/growfs/debug.c +++ b/sbin/growfs/debug.c @@ -97,7 +97,7 @@ dbg_close(void) /* ****************************************************** dbg_dump_hex ***** */ /* - * Dump out a full filesystem block in hex. + * Dump out a full file system block in hex. */ void dbg_dump_hex(struct fs *sb, const char *comment, unsigned char *mem) |