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/apci.c | |
parent | ebd50ea0a8a3e08dc5905c91daed946e41fb0b8f (diff) |
recieve -> receive
Diffstat (limited to 'sys/arch/hp300/dev/apci.c')
-rw-r--r-- | sys/arch/hp300/dev/apci.c | 4 |
1 files changed, 2 insertions, 2 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) { |