From 8f7833fa7c0fe5e4e3c5060b1dd5ff5f07121338 Mon Sep 17 00:00:00 2001 From: Nathan Binkert Date: Wed, 27 Jun 2001 05:45:01 +0000 Subject: recieve -> receive --- sys/arch/mvme88k/dev/cl.c | 4 ++-- sys/arch/mvme88k/dev/vx.c | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) (limited to 'sys/arch/mvme88k') 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); } -- cgit v1.2.3