From 175683deecb50ef5143ce2a0cd7ef33ea60bbbf7 Mon Sep 17 00:00:00 2001 From: pjd Date: Wed, 3 Jun 2009 09:23:31 +0000 Subject: Correct comment. --- sbin/fsck_ffs/gjournal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sbin/fsck_ffs/gjournal.c') 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(); -- cgit v1.1