Correct comment.

This commit is contained in:
Pawel Jakub Dawidek 2009-06-03 09:23:31 +00:00
parent 15141acc67
commit 2b2dc3a904
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=193372

View File

@ -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();