Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/fs/msdosfs And correct a typo that wasn't corrected in p...



details:   https://anonhg.NetBSD.org/src/rev/bbbf5758dca2
branches:  trunk
changeset: 782494:bbbf5758dca2
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Sun Nov 04 17:35:27 2012 +0000

description:
And correct a typo that wasn't corrected in previous.

diffstat:

 sys/fs/msdosfs/fat.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 4ce37a8fa2b3 -r bbbf5758dca2 sys/fs/msdosfs/fat.h
--- a/sys/fs/msdosfs/fat.h      Sun Nov 04 17:33:46 2012 +0000
+++ b/sys/fs/msdosfs/fat.h      Sun Nov 04 17:35:27 2012 +0000
@@ -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):



Home | Main Index | Thread Index | Old Index