Module Name: src
Committed By: jakllsch
Date: Sun Nov 4 17:35:27 UTC 2012
Modified Files:
src/sys/fs/msdosfs: fat.h
Log Message:
And correct a typo that wasn't corrected in previous.
To generate a diff of this commit:
cvs rdiff -u -r1.5 -r1.6 src/sys/fs/msdosfs/fat.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/fs/msdosfs/fat.h
diff -u src/sys/fs/msdosfs/fat.h:1.5 src/sys/fs/msdosfs/fat.h:1.6
--- src/sys/fs/msdosfs/fat.h:1.5 Sun Nov 4 17:33:46 2012
+++ src/sys/fs/msdosfs/fat.h Sun Nov 4 17:35:27 2012
@@ -1,4 +1,4 @@
-/* $NetBSD: fat.h,v 1.5 2012/11/04 17:33:46 jakllsch Exp $ */
+/* $NetBSD: fat.h,v 1.6 2012/11/04 17:35:27 jakllsch Exp $ */
/*-
* Copyright (C) 1994, 1997 Wolfgang Solfrank.
@@ -70,7 +70,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 4084 ((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.
* GEMDOS-flavour (atari):