diff options
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 af23817d3f8..328f8a4e387 100644 --- a/sys/dev/ic/mc6845.h +++ b/sys/dev/ic/mc6845.h @@ -1,4 +1,4 @@ -/* $OpenBSD: mc6845.h,v 1.2 1996/09/23 15:07:50 mickey Exp $ */ +/* $OpenBSD: mc6845.h,v 1.3 2002/07/02 19:38:55 nate Exp $ */ /* * Copyright (c) 1992, 1995 Hellmuth Michaelis and Joerg Wunsch. @@ -47,7 +47,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 CRTC_CUREND 0x0B /* cursor end row address */ |