Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 3 Jun 2009 09:23:31 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r193372 - head/sbin/fsck_ffs
Message-ID:  <200906030923.n539NVnW044573@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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();



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200906030923.n539NVnW044573>