diff options
author | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-25 03:50:55 +0000 |
---|---|---|
committer | Todd T. Fries <todd@cvs.openbsd.org> | 2001-01-25 03:50:55 +0000 |
commit | 494cde55a24f25e8e7a2c6bc7e645c11cd64951f (patch) | |
tree | 5dc4ce418220b723501ba06db24d4002d306ffe8 /sys/arch/mvme88k | |
parent | d5b53dc02d059c4fbd5a117ffd737efda260d5c1 (diff) |
spelling
Diffstat (limited to 'sys/arch/mvme88k')
-rw-r--r-- | sys/arch/mvme88k/dev/vx.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/mvme88k/dev/vx.c b/sys/arch/mvme88k/dev/vx.c index 030265f1aba..b0ed05470b9 100644 --- a/sys/arch/mvme88k/dev/vx.c +++ b/sys/arch/mvme88k/dev/vx.c @@ -1,4 +1,4 @@ -/* $OpenBSD: vx.c,v 1.3 2001/01/14 20:25:22 smurph Exp $ */ +/* $OpenBSD: vx.c,v 1.4 2001/01/25 03:50:48 todd Exp $ */ /* * Copyright (c) 1999 Steve Murphree, Jr. * All rights reserved. @@ -612,7 +612,7 @@ int port; rwp.device_number = port; /* - * Do not wait. Characters will be transfered + * Do not wait. Characters will be transferred * to (*linesw[tp->t_line].l_rint)(c,tp); by * vx_intr() (IPC will notify via interrupt) */ |