summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorpjd <pjd@FreeBSD.org>2009-06-03 09:23:31 +0000
committerpjd <pjd@FreeBSD.org>2009-06-03 09:23:31 +0000
commit175683deecb50ef5143ce2a0cd7ef33ea60bbbf7 (patch)
tree77d89fda3f11db6f849d3dedc5cff0a1e11913a6 /sbin
parent086e835650e2a78d23a19d81202781f4d745764e (diff)
downloadFreeBSD-src-175683deecb50ef5143ce2a0cd7ef33ea60bbbf7.zip
FreeBSD-src-175683deecb50ef5143ce2a0cd7ef33ea60bbbf7.tar.gz
Correct comment.
Diffstat (limited to 'sbin')
-rw-r--r--sbin/fsck_ffs/gjournal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sbin/fsck_ffs/gjournal.c b/sbin/fsck_ffs/gjournal.c
index 8785e41..903763d 100644
--- a/sbin/fsck_ffs/gjournal.c
+++ b/sbin/fsck_ffs/gjournal.c
@@ -672,7 +672,7 @@ gjournal_check(const char *filesys)
devnam = filesys;
getdisk();
- /* Are there any unreferenced inodes in this cylinder group? */
+ /* Are there any unreferenced inodes in this file system? */
if (fs->fs_unrefs == 0) {
//printf("No unreferenced inodes.\n");
closedisk();
OpenPOWER on IntegriCloud