Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 1 Feb 2013 17:58:38 +0000 (UTC)
From:      Konstantin Belousov <kib@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r246215 - head/sys/fs/msdosfs
Message-ID:  <201302011758.r11HwcmY007498@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: kib
Date: Fri Feb  1 17:58:37 2013
New Revision: 246215
URL: http://svnweb.freebsd.org/changeset/base/246215

Log:
  Fix a backwards comment in markvoldirty().
  
  Submitted by:	bde
  MFC after:	1 week

Modified:
  head/sys/fs/msdosfs/msdosfs_fat.c

Modified: head/sys/fs/msdosfs/msdosfs_fat.c
==============================================================================
--- head/sys/fs/msdosfs/msdosfs_fat.c	Fri Feb  1 16:58:59 2013	(r246214)
+++ head/sys/fs/msdosfs/msdosfs_fat.c	Fri Feb  1 17:58:37 2013	(r246215)
@@ -1114,7 +1114,7 @@ extendfile(dep, count, bpp, ncp, flags)
  * Routine to mark a FAT16 or FAT32 volume as "clean" or "dirty" by
  * manipulating the upper bit of the FAT entry for cluster 1.  Note that
  * this bit is not defined for FAT12 volumes, which are always assumed to
- * be dirty.
+ * be clean.
  *
  * The fatentry() routine only works on cluster numbers that a file could
  * occupy, so it won't manipulate the entry for cluster 1.  So we have to do



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