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/eisa | |
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/eisa')
-rw-r--r-- | sys/dev/eisa/aha1742.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/eisa/aha1742.c b/sys/dev/eisa/aha1742.c index 62befdb058f..463f5f11b1b 100644 --- a/sys/dev/eisa/aha1742.c +++ b/sys/dev/eisa/aha1742.c @@ -1,4 +1,4 @@ -/* $OpenBSD: aha1742.c,v 1.19 2004/12/26 21:22:11 miod Exp $ */ +/* $OpenBSD: aha1742.c,v 1.20 2005/02/17 18:07:36 jfb Exp $ */ /* $NetBSD: aha1742.c,v 1.61 1996/05/12 23:40:01 mycroft Exp $ */ /* @@ -1058,7 +1058,7 @@ ahb_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 */ |