diff options
author | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-02-17 18:07:38 +0000 |
---|---|---|
committer | Jean-Francois Brousseau <jfb@cvs.openbsd.org> | 2005-02-17 18:07:38 +0000 |
commit | 47706ecaf12d67a399225153e56f1d84398bfc5a (patch) | |
tree | 91e2d50aef16270c2a3d54804708488e708251ce /sys/dev/ic | |
parent | 9a1e8d3a36cfe08049fdc4373b501abf7b1454c1 (diff) |
miscellaneous typo fixes:
- sturct -> struct (spotted by pedro)
- elimination of consecutive 'the' words
ok jmc@, henning@, krw@, robert@, some whining by jolan@
Diffstat (limited to 'sys/dev/ic')
-rw-r--r-- | sys/dev/ic/elink3reg.h | 4 | ||||
-rw-r--r-- | sys/dev/ic/uha.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/ic/elink3reg.h b/sys/dev/ic/elink3reg.h index e53452137b7..5c6ededced6 100644 --- a/sys/dev/ic/elink3reg.h +++ b/sys/dev/ic/elink3reg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: elink3reg.h,v 1.14 2003/10/21 18:58:49 jmc Exp $ */ +/* $OpenBSD: elink3reg.h,v 1.15 2005/02/17 18:07:36 jfb Exp $ */ /* $NetBSD: elink3reg.h,v 1.13 1997/04/27 09:42:34 veego Exp $ */ /* @@ -51,7 +51,7 @@ /* * These are the registers for the 3Com 3c509 and their bit patterns when - * applicable. They have been taken out the the "EtherLink III Parallel + * applicable. They have been taken out of the "EtherLink III Parallel * Tasking EISA and ISA Technical Reference" "Beta Draft 10/30/92" manual * from 3com. */ diff --git a/sys/dev/ic/uha.c b/sys/dev/ic/uha.c index 15190263336..fd9ac7bb1df 100644 --- a/sys/dev/ic/uha.c +++ b/sys/dev/ic/uha.c @@ -1,4 +1,4 @@ -/* $OpenBSD: uha.c,v 1.5 2004/12/26 21:22:13 miod Exp $ */ +/* $OpenBSD: uha.c,v 1.6 2005/02/17 18:07:36 jfb Exp $ */ /* $NetBSD: uha.c,v 1.3 1996/10/13 01:37:29 christos Exp $ */ #undef UHADEBUG @@ -451,7 +451,7 @@ uha_scsi_cmd(xs) while (datalen && thisphys == nextphys) { /* * This page is contiguous (physically) - * with the the last, just extend the + * with the last, just extend the * length */ /* how far to the end of the page */ |