svn commit: r246545 - stable/8/sys/fs/msdosfs
Konstantin Belousov
kib at FreeBSD.org
Fri Feb 8 11:10:27 UTC 2013
Author: kib
Date: Fri Feb 8 11:10:26 2013
New Revision: 246545
URL: http://svnweb.freebsd.org/changeset/base/246545
Log:
MFC r246215:
Fix a backwards comment in markvoldirty().
Modified:
stable/8/sys/fs/msdosfs/msdosfs_fat.c
Directory Properties:
stable/8/sys/ (props changed)
stable/8/sys/fs/ (props changed)
Modified: stable/8/sys/fs/msdosfs/msdosfs_fat.c
==============================================================================
--- stable/8/sys/fs/msdosfs/msdosfs_fat.c Fri Feb 8 10:41:51 2013 (r246544)
+++ stable/8/sys/fs/msdosfs/msdosfs_fat.c Fri Feb 8 11:10:26 2013 (r246545)
@@ -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
More information about the svn-src-stable
mailing list