diff options
author | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-07-11 04:34:14 +0000 |
---|---|---|
committer | Jonathan Gray <jsg@cvs.openbsd.org> | 2021-07-11 04:34:14 +0000 |
commit | c1b60bd59d883aa299ce9e2c20639502e1189280 (patch) | |
tree | 2b360f105940a25531214299819fe82a103f8583 /sys/msdosfs | |
parent | 772d96dc33269baa6aa4050973ddd3fbac24d802 (diff) |
correct comment
from Jonathan Kollasch in NetBSD
Diffstat (limited to 'sys/msdosfs')
-rw-r--r-- | sys/msdosfs/fat.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/msdosfs/fat.h b/sys/msdosfs/fat.h index ad3ed47648b..e28c6ef769b 100644 --- a/sys/msdosfs/fat.h +++ b/sys/msdosfs/fat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: fat.h,v 1.12 2017/08/14 22:45:12 sf Exp $ */ +/* $OpenBSD: fat.h,v 1.13 2021/07/11 04:34:13 jsg Exp $ */ /* $NetBSD: fat.h,v 1.11 1997/10/17 11:23:49 ws Exp $ */ /*- @@ -69,7 +69,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. */ |