Fix a backwards comment in markvoldirty().

Submitted by:	bde
MFC after:	1 week
This commit is contained in:
Konstantin Belousov 2013-02-01 17:58:37 +00:00
parent 445e089e21
commit a26b949f2d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=246215

View File

@ -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