summaryrefslogtreecommitdiff
path: root/sys/arch/vax/uba
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-29 21:34:18 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2004-01-29 21:34:18 +0000
commitc3e67ff09e80daf34c7d31ee568ea6b1b22b56b6 (patch)
tree9033ad8b776961b7ebc32e8ccb21250eb358cb9d /sys/arch/vax/uba
parentcfae8f3842168dd7a9786941fca51e287de2bb59 (diff)
typos; jjy2+@pitt.edu
Diffstat (limited to 'sys/arch/vax/uba')
-rw-r--r--sys/arch/vax/uba/qv.c6
-rw-r--r--sys/arch/vax/uba/ts.c4
2 files changed, 5 insertions, 5 deletions
diff --git a/sys/arch/vax/uba/qv.c b/sys/arch/vax/uba/qv.c
index a5446a3fe69..3912010ccaf 100644
--- a/sys/arch/vax/uba/qv.c
+++ b/sys/arch/vax/uba/qv.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: qv.c,v 1.9 2004/01/01 01:11:12 miod Exp $ */
+/* $OpenBSD: qv.c,v 1.10 2004/01/29 21:34:17 deraadt Exp $ */
/* $NetBSD: qv.c,v 1.2 1996/09/02 06:44:28 mycroft Exp $ */
/*-
@@ -580,7 +580,7 @@ qvkint(qv)
default:
/*
* Test for control characters. If set, see if the character
- * is elligible to become a control character.
+ * is eligible to become a control character.
*/
if( qv_keyboard.cntrl ) {
c = q_key[ key ];
@@ -980,7 +980,7 @@ char c;
/*
* Routine to display a character on the screen. The model used is a
- * glass tty. It is assummed that the user will only use this emulation
+ * glass tty. It is assumed that the user will only use this emulation
* during system boot and that the screen will be eventually controlled
* by a window manager.
*
diff --git a/sys/arch/vax/uba/ts.c b/sys/arch/vax/uba/ts.c
index 961ac06049b..a58bfa56808 100644
--- a/sys/arch/vax/uba/ts.c
+++ b/sys/arch/vax/uba/ts.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ts.c,v 1.15 2003/11/08 19:17:28 jmc Exp $ */
+/* $OpenBSD: ts.c,v 1.16 2004/01/29 21:34:17 deraadt Exp $ */
/* $NetBSD: ts.c,v 1.11 1997/01/11 11:34:43 ragge Exp $ */
/*-
@@ -305,7 +305,7 @@ tsexec (ctlr, cmd)
case TS_CMD_WTM: cmdName = "Write Tape Mark"; break;
case TS_CMD_WTMR: cmdName = "Write Tape Mark (Retry)"; break;
case TS_CMD_STAT: cmdName = "Get Status (END)"; break;
- default: cmdName = "unexptected Command"; break;
+ default: cmdName = "Unexpected Command"; break;
}
#endif