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

This commit is contained in:
jakllsch 2012-11-04 17:35:27 +00:00
parent 3a46a43ff0
commit 1203d9864d
1 changed files with 2 additions and 2 deletions

View File

@ -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):