svn commit: r318596 - head/sys/fs/msdosfs

Ed Maste emaste at FreeBSD.org
Sun May 21 19:48:18 UTC 2017


Author: emaste
Date: Sun May 21 19:48:16 2017
New Revision: 318596
URL: https://svnweb.freebsd.org/changeset/base/318596

Log:
  msdosfs: correct constant and typo in comment
  
  Revisions:
  fat.h	1.5 1.6
  
  Obtained from:	NetBSD
  Sponsored by:	The FreeBSD Foundation

Modified:
  head/sys/fs/msdosfs/fat.h

Modified: head/sys/fs/msdosfs/fat.h
==============================================================================
--- head/sys/fs/msdosfs/fat.h	Sun May 21 19:29:28 2017	(r318595)
+++ head/sys/fs/msdosfs/fat.h	Sun May 21 19:48:16 2017	(r318596)
@@ -68,7 +68,7 @@
  * MSDOSFS:
  * Return true if filesystem uses 12 bit FATs. Microsoft Programmer's
  * Reference says if the maximum cluster number in a filesystem is greater
- * than 4078 ((CLUST_RSRVS - CLUST_FIRST) & FAT12_MASK) then we've got a
+ * than 4084 ((CLUST_RSRVD - CLUST_FIRST) & FAT12_MASK) then we've got a
  * 16 bit FAT filesystem. While mounting, the result of this test is stored
  * in pm_fatentrysize.
  */


More information about the svn-src-head mailing list