summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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