From 6c5e9bbdf5bb93639ae4899ddef635fe2ecbdd49 Mon Sep 17 00:00:00 2001 From: Mike Pritchard Date: Tue, 30 Jan 1996 23:02:38 +0000 Subject: Fix a bunch of spelling errors in the comment fields of a bunch of system include files. --- sys/fs/msdosfs/bpb.h | 6 +++--- sys/fs/msdosfs/msdosfsmount.h | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) (limited to 'sys/fs') diff --git a/sys/fs/msdosfs/bpb.h b/sys/fs/msdosfs/bpb.h index 7618126c3101..61fbf702012b 100644 --- a/sys/fs/msdosfs/bpb.h +++ b/sys/fs/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/fs/msdosfs/msdosfsmount.h b/sys/fs/msdosfs/msdosfsmount.h index 0d485c49e127..18eae6b8956b 100644 --- a/sys/fs/msdosfs/msdosfsmount.h +++ b/sys/fs/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 */ }; -- cgit v1.3