summaryrefslogtreecommitdiff
path: root/sys/arch/mvme68k
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2001-06-27 05:45:01 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2001-06-27 05:45:01 +0000
commit8f7833fa7c0fe5e4e3c5060b1dd5ff5f07121338 (patch)
treec2055af025a564758bfc36edc08e053289ab2a7a /sys/arch/mvme68k
parentebd50ea0a8a3e08dc5905c91daed946e41fb0b8f (diff)
recieve -> receive
Diffstat (limited to 'sys/arch/mvme68k')
-rw-r--r--sys/arch/mvme68k/dev/cl.c4
-rw-r--r--sys/arch/mvme68k/dev/wl.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme68k/dev/cl.c b/sys/arch/mvme68k/dev/cl.c
index fa1147becdd..0e887d78b42 100644
--- a/sys/arch/mvme68k/dev/cl.c
+++ b/sys/arch/mvme68k/dev/cl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: cl.c,v 1.21 2000/07/06 12:54:55 art Exp $ */
+/* $OpenBSD: cl.c,v 1.22 2001/06/27 05:44:47 nate Exp $ */
/*
* Copyright (c) 1995 Dale Rahn. All rights reserved.
@@ -1247,7 +1247,7 @@ clccparam(sc, par, channel)
if (par->c_ospeed == 0) {
/* dont kill the console */
if(sc->sc_cl[channel].cl_consio == 0) {
- /* disconnect, drop RTS DTR stop reciever */
+ /* disconnect, drop RTS DTR stop receiver */
sc->cl_reg->cl_msvr_rts = 0x00;
sc->cl_reg->cl_msvr_dtr = 0x00;
sc->cl_reg->cl_ccr = 0x05;
diff --git a/sys/arch/mvme68k/dev/wl.c b/sys/arch/mvme68k/dev/wl.c
index 9a6dae6a90c..53a89050f72 100644
--- a/sys/arch/mvme68k/dev/wl.c
+++ b/sys/arch/mvme68k/dev/wl.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: wl.c,v 1.4 2000/03/26 23:31:59 deraadt Exp $ */
+/* $OpenBSD: wl.c,v 1.5 2001/06/27 05:44:48 nate Exp $ */
/*
* Copyright (c) 1995 Dale Rahn. All rights reserved.
@@ -881,7 +881,7 @@ clccparam(sc, par, channel)
s = splcl();
sc->cl_reg->cl_car = channel;
if (par->c_ospeed == 0) {
- /* disconnect, drop RTS DTR stop reciever */
+ /* disconnect, drop RTS DTR stop receiver */
sc->cl_reg->cl_msvr_rts = 0x00;
sc->cl_reg->cl_msvr_dtr = 0x00;
sc->cl_reg->cl_ccr = 0x05;