Module Name: src Committed By: jakllsch Date: Sun Nov 4 17:33:46 UTC 2012
Modified Files: src/sys/fs/msdosfs: fat.h Log Message: Correct constant in comment to match the expression it is derived from. To generate a diff of this commit: cvs rdiff -u -r1.4 -r1.5 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.4 src/sys/fs/msdosfs/fat.h:1.5 --- src/sys/fs/msdosfs/fat.h:1.4 Sat Dec 3 17:34:43 2005 +++ src/sys/fs/msdosfs/fat.h Sun Nov 4 17:33:46 2012 @@ -1,4 +1,4 @@ -/* $NetBSD: fat.h,v 1.4 2005/12/03 17:34:43 christos Exp $ */ +/* $NetBSD: fat.h,v 1.5 2012/11/04 17:33:46 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 4078 ((CLUST_RSRVS - CLUST_FIRST) & FAT12_MASK) then we've got a + * than 4084 ((CLUST_RSRVS - 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):