From 9d69f153d006ebf6bde7d01a45bc8dca828fcd92 Mon Sep 17 00:00:00 2001 From: miod Date: Mon, 6 Jan 2014 21:28:53 +0000 Subject: [PATCH] typo --- sys/arch/luna88k/include/board.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/arch/luna88k/include/board.h b/sys/arch/luna88k/include/board.h index f424c209644..65a8424b343 100644 --- a/sys/arch/luna88k/include/board.h +++ b/sys/arch/luna88k/include/board.h @@ -1,4 +1,4 @@ -/* $OpenBSD: board.h,v 1.11 2012/02/28 13:40:53 aoyama Exp $ */ +/* $OpenBSD: board.h,v 1.12 2014/01/06 21:28:53 miod Exp $ */ /* * Mach Operating System * Copyright (c) 1993-1991 Carnegie Mellon University @@ -173,7 +173,7 @@ #define BMAP_PALLET1 U(0xC1000000) /* color pallet */ #define BMAP_PALLET2 U(0xC1100000) /* color pallet */ #define BOARD_CHECK_REG U(0xD0000000) /* board check register */ -#define BMAP_CRTC U(0xD1000000) /* CTRC-II */ +#define BMAP_CRTC U(0xD1000000) /* CRTC-II */ #define BMAP_IDENTROM U(0xD1800000) /* bitmap-board identify ROM */ #define SCSI_ADDR U(0xE1000000) /* SCSI address */ #define LANCE_ADDR U(0xF1000000) /* LANCE */ -- 2.20.1