diff options
author | Nathan Binkert <nate@cvs.openbsd.org> | 2001-06-27 05:45:01 +0000 |
---|---|---|
committer | Nathan Binkert <nate@cvs.openbsd.org> | 2001-06-27 05:45:01 +0000 |
commit | 8f7833fa7c0fe5e4e3c5060b1dd5ff5f07121338 (patch) | |
tree | c2055af025a564758bfc36edc08e053289ab2a7a /sys/arch/hp300/dev | |
parent | ebd50ea0a8a3e08dc5905c91daed946e41fb0b8f (diff) |
recieve -> receive
Diffstat (limited to 'sys/arch/hp300/dev')
-rw-r--r-- | sys/arch/hp300/dev/apci.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/dca.c | 4 | ||||
-rw-r--r-- | sys/arch/hp300/dev/mtreg.h | 6 |
3 files changed, 7 insertions, 7 deletions
diff --git a/sys/arch/hp300/dev/apci.c b/sys/arch/hp300/dev/apci.c index 3fe942a0ce5..ce590bf9d15 100644 --- a/sys/arch/hp300/dev/apci.c +++ b/sys/arch/hp300/dev/apci.c @@ -1,4 +1,4 @@ -/* $OpenBSD: apci.c,v 1.9 2001/05/10 22:29:38 millert Exp $ */ +/* $OpenBSD: apci.c,v 1.10 2001/06/27 05:44:45 nate Exp $ */ /* $NetBSD: apci.c,v 1.9 2000/11/02 00:35:05 eeh Exp $ */ /*- @@ -736,7 +736,7 @@ apciparam(tp, t) (void) apcimctl(sc, 0, DMSET); /* hang up line */ /* - * Set the FIFO threshold based on the recieve speed, if we + * Set the FIFO threshold based on the receive speed, if we * are changing it. */ if (tp->t_ispeed != t->c_ispeed) { diff --git a/sys/arch/hp300/dev/dca.c b/sys/arch/hp300/dev/dca.c index 5d4a5720399..f84bcd1e201 100644 --- a/sys/arch/hp300/dev/dca.c +++ b/sys/arch/hp300/dev/dca.c @@ -1,4 +1,4 @@ -/* $OpenBSD: dca.c,v 1.11 1997/09/14 03:43:02 downsj Exp $ */ +/* $OpenBSD: dca.c,v 1.12 2001/06/27 05:44:46 nate Exp $ */ /* $NetBSD: dca.c,v 1.35 1997/05/05 20:58:18 thorpej Exp $ */ /* @@ -797,7 +797,7 @@ dcaparam(tp, t) (void) dcamctl(sc, 0, DMSET); /* hang up line */ /* - * Set the FIFO threshold based on the recieve speed, if we + * Set the FIFO threshold based on the receive speed, if we * are changing it. */ if (tp->t_ispeed != t->c_ispeed) { diff --git a/sys/arch/hp300/dev/mtreg.h b/sys/arch/hp300/dev/mtreg.h index 84fb799ae81..6cf71efd4c0 100644 --- a/sys/arch/hp300/dev/mtreg.h +++ b/sys/arch/hp300/dev/mtreg.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mtreg.h,v 1.2 1997/01/12 15:12:55 downsj Exp $ */ +/* $OpenBSD: mtreg.h,v 1.3 2001/06/27 05:44:46 nate Exp $ */ /* $NetBSD: mtreg.h,v 1.1 1995/10/02 00:28:22 thorpej Exp $ */ /* @@ -131,7 +131,7 @@ struct mt_stat { #define MTF_ATEOT 0x0100 /* tape hit EOT - can allow one forward op */ #define MTF_PASTEOT 0x0200 /* tape is beyond EOT - force backward motion */ #define MTF_DSJTIMEO 0x0400 /* timed out hpibrecv()ing DSJ - continue it */ -#define MTF_STATTIMEO 0x0800 /* timed out recieving STATUS - continue it */ +#define MTF_STATTIMEO 0x0800 /* timed out receiving STATUS - continue it */ #define MTF_STATCONT 0x1000 /* STATTIMEO is continuable */ /* additional "mtcommand"s */ @@ -291,7 +291,7 @@ struct mt_stat { * 185 Self test protocol error * 188 HPIB parity error * 189 Operator reset during protocol sequence - * 190 Device clear recieved + * 190 Device clear received */ /* SR6 is count of commands accepted since Immediate Response command failed */ |