Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 May 2017 19:48:16 +0000 (UTC)
From:      Ed Maste <emaste@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r318596 - head/sys/fs/msdosfs
Message-ID:  <201705211948.v4LJmGhq081557@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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.
  */



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705211948.v4LJmGhq081557>