svn commit: r193372 - head/sbin/fsck_ffs

Pawel Jakub Dawidek pjd at FreeBSD.org
Wed Jun 3 09:23:32 UTC 2009


Author: pjd
Date: Wed Jun  3 09:23:31 2009
New Revision: 193372
URL: http://svn.freebsd.org/changeset/base/193372

Log:
  Correct comment.

Modified:
  head/sbin/fsck_ffs/gjournal.c

Modified: head/sbin/fsck_ffs/gjournal.c
==============================================================================
--- head/sbin/fsck_ffs/gjournal.c	Wed Jun  3 08:49:44 2009	(r193371)
+++ head/sbin/fsck_ffs/gjournal.c	Wed Jun  3 09:23:31 2009	(r193372)
@@ -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();


More information about the svn-src-all mailing list