diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 21:34:18 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2004-01-29 21:34:18 +0000 |
commit | c3e67ff09e80daf34c7d31ee568ea6b1b22b56b6 (patch) | |
tree | 9033ad8b776961b7ebc32e8ccb21250eb358cb9d /sys/arch/vax/uba/qv.c | |
parent | cfae8f3842168dd7a9786941fca51e287de2bb59 (diff) |
typos; jjy2+@pitt.edu
Diffstat (limited to 'sys/arch/vax/uba/qv.c')
-rw-r--r-- | sys/arch/vax/uba/qv.c | 6 |
1 files changed, 3 insertions, 3 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. * |