[Midnightbsd-cvs] src [8760] trunk/sys/fs/msdosfs/msdosfs_fat.c: Fix a backwards comment in markvoldirty()

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sun Sep 25 22:41:17 EDT 2016


Revision: 8760
          http://svnweb.midnightbsd.org/src/?rev=8760
Author:   laffer1
Date:     2016-09-25 22:41:17 -0400 (Sun, 25 Sep 2016)
Log Message:
-----------
Fix a backwards comment in markvoldirty()

Modified Paths:
--------------
    trunk/sys/fs/msdosfs/msdosfs_fat.c

Modified: trunk/sys/fs/msdosfs/msdosfs_fat.c
===================================================================
--- trunk/sys/fs/msdosfs/msdosfs_fat.c	2016-09-26 02:40:48 UTC (rev 8759)
+++ trunk/sys/fs/msdosfs/msdosfs_fat.c	2016-09-26 02:41:17 UTC (rev 8760)
@@ -1114,7 +1114,7 @@
  * 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 Midnightbsd-cvs mailing list