diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2003-10-21 18:58:51 +0000 |
commit | 09533afdf9d8765c07281cc781bb793add772fff (patch) | |
tree | 127756d1f0b3ef0d9b54bf585b52cfde1d7f8a28 /sys/dev/ic/mc6845.h | |
parent | 8340012e43d3e836557b3ef5cce99f0b05419e90 (diff) |
typos from Tom Cosgrove;
Tom: I did not commit a couple of your changes.
i did not include some punctuation fixes (full stops, etc.)
mnemorable -> mnemonic: i decided memorable was probably better
instrunctions -> instruction: i kept the plural
Diffstat (limited to 'sys/dev/ic/mc6845.h')
-rw-r--r-- | sys/dev/ic/mc6845.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/ic/mc6845.h b/sys/dev/ic/mc6845.h index 328f8a4e387..c0b5782378b 100644 --- a/sys/dev/ic/mc6845.h +++ b/sys/dev/ic/mc6845.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mc6845.h,v 1.3 2002/07/02 19:38:55 nate Exp $ */ +/* $OpenBSD: mc6845.h,v 1.4 2003/10/21 18:58:49 jmc Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -69,7 +69,7 @@ #define CRTC_RASCAS 0x32 /* ras/cas configuration */ #define CRTC_EXTSTART 0x33 /* extended start address */ -#define CRTC_COMPAT6845 0x34 /* 6845 comatibility control */ +#define CRTC_COMPAT6845 0x34 /* 6845 compatibility control */ #define CRTC_OVFLHIGH 0x35 /* overflow high */ #define CRTC_SYSCONF1 0x36 /* video system configuration 1 */ #define CRTC_SYSCONF2 0x36 /* video system configuration 2 */ |