summaryrefslogtreecommitdiffstats
path: root/sys/msdosfs
diff options
context:
space:
mode:
authormpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
committermpp <mpp@FreeBSD.org>1996-01-30 23:02:38 +0000
commitf3dd75a38d66ed54a0f2660b0a27d177fb33f068 (patch)
treed5a8ea90ac641a456fff5afceb0a72173a7abe6e /sys/msdosfs
parent7b3fa6ae274a3569da985e1b817e786e36f17f44 (diff)
downloadFreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.zip
FreeBSD-src-f3dd75a38d66ed54a0f2660b0a27d177fb33f068.tar.gz
Fix a bunch of spelling errors in the comment fields of
a bunch of system include files.
Diffstat (limited to 'sys/msdosfs')
-rw-r--r--sys/msdosfs/bpb.h6
-rw-r--r--sys/msdosfs/msdosfsmount.h4
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/msdosfs/bpb.h b/sys/msdosfs/bpb.h
index 7618126..61fbf70 100644
--- a/sys/msdosfs/bpb.h
+++ b/sys/msdosfs/bpb.h
@@ -1,4 +1,4 @@
-/* $Id: bpb.h,v 1.1 1994/09/19 15:41:37 dfr Exp $ */
+/* $Id: bpb.h,v 1.2 1995/05/30 08:07:30 rgrimes Exp $ */
/* $NetBSD: bpb.h,v 1.3 1994/06/29 06:35:29 cgd Exp $ */
/*
@@ -50,7 +50,7 @@ struct bpb50 {
u_short bpbSecPerTrack; /* sectors per track */
u_short bpbHeads; /* number of heads */
u_long bpbHiddenSecs; /* number of hidden sectors */
- u_long bpbHugeSectors; /* number of sectrs if bpbSectors == 0 */
+ u_long bpbHugeSectors; /* number of sectors if bpbSectors == 0 */
};
/*
@@ -116,5 +116,5 @@ struct byte_bpb50 {
char bpbSecPerTrack[2]; /* sectors per track */
char bpbHeads[2]; /* number of heads */
char bpbHiddenSecs[4]; /* number of hidden sectors */
- char bpbHugeSectors[4]; /* number of sectrs if bpbSectors == 0 */
+ char bpbHugeSectors[4]; /* number of sectors if bpbSectors == 0 */
};
diff --git a/sys/msdosfs/msdosfsmount.h b/sys/msdosfs/msdosfsmount.h
index 0d485c4..18eae6b 100644
--- a/sys/msdosfs/msdosfsmount.h
+++ b/sys/msdosfs/msdosfsmount.h
@@ -1,4 +1,4 @@
-/* $Id: msdosfsmount.h,v 1.4 1995/11/07 14:06:45 phk Exp $ */
+/* $Id: msdosfsmount.h,v 1.5 1995/11/16 11:48:10 bde Exp $ */
/* $NetBSD: msdosfsmount.h,v 1.7 1994/08/21 18:44:17 ws Exp $ */
/*-
@@ -79,7 +79,7 @@ struct msdosfsmount {
u_long pm_fatsize; /* size of fat in bytes */
u_int *pm_inusemap; /* ptr to bitmap of in-use clusters */
char pm_ronly; /* read only if non-zero */
- char pm_waitonfat; /* wait for writes of the fat to complt, when 0 use bdwrite, else use bwrite */
+ char pm_waitonfat; /* wait for writes of the fat to complete, when 0 use bdwrite, else use bwrite */
struct netexport pm_export; /* export information */
};
OpenPOWER on IntegriCloud