From f7aad78d24fc6fb547940b8718e9759f10ab6d36 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Thu, 30 Jul 1998 02:27:41 +0000 Subject: [PATCH] Typo fix: teh --> (the|they) --- sys/dev/slice/slice.h | 4 ++-- sys/i386/boot/biosboot/start.S | 4 ++-- sys/netatalk/at_control.c | 2 +- sys/pc98/boot/biosboot/start.S | 4 ++-- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/sys/dev/slice/slice.h b/sys/dev/slice/slice.h index ca6dfe049aaf..26c9943951ad 100644 --- a/sys/dev/slice/slice.h +++ b/sys/dev/slice/slice.h @@ -23,7 +23,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: slice.h,v 1.3 1998/06/07 19:40:32 dfr Exp $ + * $Id: slice.h,v 1.4 1998/07/13 08:22:55 julian Exp $ */ typedef struct slice_handler *sh_p; @@ -54,7 +54,7 @@ struct ide_geom { * if it's a null string ("") then don't even try find a sub handler. * defined as NO_SUBPART * if it's a NULL pointer (NULL) then probe all known types. - * -typespecific: A pointer to SOMETHING that teh lower handler thinks + * -typespecific: A pointer to SOMETHING that the lower handler thinks * may be of interest to the higher hamdlers. The "something" is dependent * on the type of the lower handler so the upper handler must know of * this in advance. The type of this should be specified in an diff --git a/sys/i386/boot/biosboot/start.S b/sys/i386/boot/biosboot/start.S index e4133913b6d1..3d27c5fe5f29 100644 --- a/sys/i386/boot/biosboot/start.S +++ b/sys/i386/boot/biosboot/start.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:29 rpd - * $Id: start.S,v 1.10 1997/02/22 09:30:13 peter Exp $ + * $Id: start.S,v 1.11 1998/07/02 15:36:35 wpaul Exp $ */ /* @@ -200,7 +200,7 @@ load: * Finally write the block back to disk with the zero'd out entry.. * I hate writing at this stage but we need this to be persistant. * If the boot fails, then the next boot will get the next string. - * /etc/rc will regenerate a complete block2 iff teh boot succeeds. + * /etc/rc will regenerate a complete block2 iff the boot succeeds. * * Format of block 2 is: * [NAMEBLOCKMAGIC] <--0xdeafc0de diff --git a/sys/netatalk/at_control.c b/sys/netatalk/at_control.c index a5afb78442ad..2138995d3b48 100644 --- a/sys/netatalk/at_control.c +++ b/sys/netatalk/at_control.c @@ -710,7 +710,7 @@ at_broadcast( sat ) * between the two addresses makes its transition. * Each of the upper and lower ranges might not exist, or might be * representable by 1 or more netmasks. In addition, if both - * ranges can be represented by the same netmask, then teh can be merged + * ranges can be represented by the same netmask, then they can be merged * by using the next higher netmask.. */ diff --git a/sys/pc98/boot/biosboot/start.S b/sys/pc98/boot/biosboot/start.S index 2a545b54e7e2..013a40b142ec 100644 --- a/sys/pc98/boot/biosboot/start.S +++ b/sys/pc98/boot/biosboot/start.S @@ -24,7 +24,7 @@ * the rights to redistribute these changes. * * from: Mach, Revision 2.2 92/04/04 11:36:29 rpd - * $Id: start.S,v 1.4 1997/02/22 09:43:09 peter Exp $ + * $Id: start.S,v 1.5 1998/05/02 02:06:07 kato Exp $ */ /* @@ -251,7 +251,7 @@ load: * Finally write the block back to disk with the zero'd out entry.. * I hate writing at this stage but we need this to be persistant. * If the boot fails, then the next boot will get the next string. - * /etc/rc will regenerate a complete block2 iff teh boot succeeds. + * /etc/rc will regenerate a complete block2 iff the boot succeeds. * * Format of block 2 is: * [NAMEBLOCKMAGIC] <--0xdeafc0de