summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/arch/vax/uba/qv.c6
-rw-r--r--sys/arch/vax/uba/ts.c4
-rw-r--r--sys/arch/vax/vax/ka650.c6
-rw-r--r--sys/arch/vax/vsa/dc.c4
4 files changed, 10 insertions, 10 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
diff --git a/sys/arch/vax/vax/ka650.c b/sys/arch/vax/vax/ka650.c
index 5b4dd87f193..07241be1938 100644
--- a/sys/arch/vax/vax/ka650.c
+++ b/sys/arch/vax/vax/ka650.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ka650.c,v 1.12 2003/06/02 23:27:59 millert Exp $ */
+/* $OpenBSD: ka650.c,v 1.13 2004/01/29 21:34:17 deraadt Exp $ */
/* $NetBSD: ka650.c,v 1.25 2001/04/27 15:02:37 ragge Exp $ */
/*
* Copyright (c) 1988 The Regents of the University of California.
@@ -128,7 +128,7 @@ uvaxIII_memerr()
printf("cache 2 tag parity error: ");
if (time.tv_sec - cache2tag < 7) {
ka650setcache(CACHEOFF);
- printf("cacheing disabled\n");
+ printf("caching disabled\n");
} else {
cache2tag = time.tv_sec;
printf("flushing cache\n");
@@ -218,7 +218,7 @@ uvaxIII_mchk(cmcf)
}
if (time.tv_sec - i < 7) {
ka650setcache(CACHEOFF);
- printf(" parity error: cacheing disabled\n");
+ printf(" parity error: caching disabled\n");
} else {
printf(" parity error: flushing cache\n");
ka650setcache(CACHEON);
diff --git a/sys/arch/vax/vsa/dc.c b/sys/arch/vax/vsa/dc.c
index 8fcdded966e..4d0d6b936c6 100644
--- a/sys/arch/vax/vsa/dc.c
+++ b/sys/arch/vax/vsa/dc.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: dc.c,v 1.9 2003/06/02 23:27:59 millert Exp $ */
+/* $OpenBSD: dc.c,v 1.10 2004/01/29 21:34:17 deraadt Exp $ */
/* $NetBSD: dc.c,v 1.4 1996/10/13 03:36:10 christos Exp $ */
/*-
* Copyright (c) 1992, 1993
@@ -57,7 +57,7 @@
/*
* DC7085 (DZ-11 look alike) Driver
*
- * bertram 13-apr-1996: slightly modfied for DC367B in VS2000
+ * bertram 13-apr-1996: slightly modified for DC367B in VS2000
*/
#include <sys/param.h>
#include <sys/systm.h>