summaryrefslogtreecommitdiffstats
path: root/sys/fs/msdosfs/msdosfs_fat.c
diff options
context:
space:
mode:
authorkib <kib@FreeBSD.org>2013-02-01 17:58:37 +0000
committerkib <kib@FreeBSD.org>2013-02-01 17:58:37 +0000
commit31d95b4c31c05e5396bda46553fafdfbb46bdbf7 (patch)
tree5efddea6e66b48c868182a50c53d99e4a90bd241 /sys/fs/msdosfs/msdosfs_fat.c
parentda1ce8990cebf940b03bc51bf68b38e0be7a2ae4 (diff)
downloadFreeBSD-src-31d95b4c31c05e5396bda46553fafdfbb46bdbf7.zip
FreeBSD-src-31d95b4c31c05e5396bda46553fafdfbb46bdbf7.tar.gz
Fix a backwards comment in markvoldirty().
Submitted by: bde MFC after: 1 week
Diffstat (limited to 'sys/fs/msdosfs/msdosfs_fat.c')
-rw-r--r--sys/fs/msdosfs/msdosfs_fat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/fs/msdosfs/msdosfs_fat.c b/sys/fs/msdosfs/msdosfs_fat.c
index 0b1899f..c2cff23 100644
--- a/sys/fs/msdosfs/msdosfs_fat.c
+++ b/sys/fs/msdosfs/msdosfs_fat.c
@@ -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
OpenPOWER on IntegriCloud