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/mvme88k | |
parent | ebd50ea0a8a3e08dc5905c91daed946e41fb0b8f (diff) |
recieve -> receive
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/dev/cl.c | 4 | ||||
-rw-r--r-- | sys/arch/mvme88k/dev/vx.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/mvme88k/dev/cl.c b/sys/arch/mvme88k/dev/cl.c index a7d3725527d..8b5cdb78bdf 100644 --- a/sys/arch/mvme88k/dev/cl.c +++ b/sys/arch/mvme88k/dev/cl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: cl.c,v 1.10 2001/03/09 05:44:38 smurph Exp $ */ +/* $OpenBSD: cl.c,v 1.11 2001/06/27 05:44:49 nate Exp $ */ /* * Copyright (c) 1995 Dale Rahn. All rights reserved. @@ -1236,7 +1236,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/mvme88k/dev/vx.c b/sys/arch/mvme88k/dev/vx.c index e56bff06bf6..9d277fbd0d7 100644 --- a/sys/arch/mvme88k/dev/vx.c +++ b/sys/arch/mvme88k/dev/vx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vx.c,v 1.7 2001/06/25 00:43:14 mickey Exp $ */ +/* $OpenBSD: vx.c,v 1.8 2001/06/27 05:44:49 nate Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * All rights reserved. @@ -896,7 +896,7 @@ vx_ccparam(sc, par, port) s = splvx(); /* dont kill the console */ if (sc->sc_info[port].vx_consio == 0) { - /* disconnect, drop RTS DTR stop reciever */ + /* disconnect, drop RTS DTR stop receiver */ rts_ctl(sc, port, 0); dtr_ctl(sc, port, 0); } |