summaryrefslogtreecommitdiff
path: root/sys/arch/i386/isa
diff options
context:
space:
mode:
authorAaron Campbell <aaron@cvs.openbsd.org>2000-12-21 16:54:58 +0000
committerAaron Campbell <aaron@cvs.openbsd.org>2000-12-21 16:54:58 +0000
commit2b9c09eae6a78aa5a432344310d543a777410693 (patch)
treeea127985e02b17372cbdc09c9ea835d1c99aa4b2 /sys/arch/i386/isa
parentca346ac5a4c93e1348e62be3a44c69e9ca703c65 (diff)
People have difficulty spelling 'initial' and derivatives thereof (too many
"i's" I guess).
Diffstat (limited to 'sys/arch/i386/isa')
-rw-r--r--sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.c4
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_hdr.h4
-rw-r--r--sys/arch/i386/isa/pcvt/pcvt_vtf.c4
3 files changed, 6 insertions, 6 deletions
diff --git a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.c b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.c
index 9ada0fef774..cf90853e7c7 100644
--- a/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.c
+++ b/sys/arch/i386/isa/pcvt/Util/userkeys/vt220keys.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: vt220keys.c,v 1.5 1999/05/24 15:37:44 aaron Exp $ */
+/* $OpenBSD: vt220keys.c,v 1.6 2000/12/21 16:54:54 aaron Exp $ */
/*
* Trivial program to load VT220 Function keys with strings,
@@ -261,7 +261,7 @@ void getinit()
statflag = statbuf.st_mode & S_IFREG && statbuf.st_mode & S_IREAD;
if (!statflag || (fp = fopen(path, "r")) == NULL)
{
- fprintf(stderr, "couldn't open initalization file: %s\n", path);
+ fprintf(stderr, "couldn't open initialization file: %s\n",path);
exit(1);
}
diff --git a/sys/arch/i386/isa/pcvt/pcvt_hdr.h b/sys/arch/i386/isa/pcvt/pcvt_hdr.h
index de19fe9b175..0cfd7b19332 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_hdr.h
+++ b/sys/arch/i386/isa/pcvt/pcvt_hdr.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_hdr.h,v 1.42 2000/10/26 22:53:31 aaron Exp $ */
+/* $OpenBSD: pcvt_hdr.h,v 1.43 2000/12/21 16:54:53 aaron Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -276,7 +276,7 @@
#define CRTC_HSYNCE 0x05 /* horizontal sync end */
#define CRTC_VTOTAL 0x06 /* vertical total */
#define CRTC_OVERFLL 0x07 /* overflow low */
-#define CRTC_IROWADDR 0x08 /* inital row address */
+#define CRTC_IROWADDR 0x08 /* initial row address */
#define CRTC_MAXROW 0x09 /* maximum row address */
#define CRTC_CURSTART 0x0A /* cursor start row address */
#define CURSOR_ON_BIT 0x20 /* cursor on/off on mda/cga/vga */
diff --git a/sys/arch/i386/isa/pcvt/pcvt_vtf.c b/sys/arch/i386/isa/pcvt/pcvt_vtf.c
index a2978f91ee5..850f91682e4 100644
--- a/sys/arch/i386/isa/pcvt/pcvt_vtf.c
+++ b/sys/arch/i386/isa/pcvt/pcvt_vtf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pcvt_vtf.c,v 1.16 2000/05/31 23:31:42 aaron Exp $ */
+/* $OpenBSD: pcvt_vtf.c,v 1.17 2000/12/21 16:54:54 aaron Exp $ */
/*
* Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch.
@@ -1906,7 +1906,7 @@ vt_sca(struct video_state *svsp)
}
/*---------------------------------------------------------------------------*
- * initalize selective attribute bit array
+ * initialize selective attribute bit array
*---------------------------------------------------------------------------*/
void
vt_initsel(struct video_state *svsp)