From b3090f536d307470c9e22e70a9b79ea8b1c43bf1 Mon Sep 17 00:00:00 2001 From: tsutsui Date: Mon, 27 Dec 2004 14:20:43 +0000 Subject: [PATCH] Fix typo in comment. --- sys/dev/ic/vga_subr.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/sys/dev/ic/vga_subr.c b/sys/dev/ic/vga_subr.c index 5ca190d8a7d8..e0123c2ef120 100644 --- a/sys/dev/ic/vga_subr.c +++ b/sys/dev/ic/vga_subr.c @@ -1,4 +1,4 @@ -/* $NetBSD: vga_subr.c,v 1.18 2004/07/29 22:29:37 jmmv Exp $ */ +/* $NetBSD: vga_subr.c,v 1.19 2004/12/27 14:20:43 tsutsui Exp $ */ /* * Copyright (c) 1998 @@ -30,7 +30,7 @@ #include "opt_wsdisplay_border.h" #include -__KERNEL_RCSID(0, "$NetBSD: vga_subr.c,v 1.18 2004/07/29 22:29:37 jmmv Exp $"); +__KERNEL_RCSID(0, "$NetBSD: vga_subr.c,v 1.19 2004/12/27 14:20:43 tsutsui Exp $"); #include #include @@ -294,7 +294,7 @@ static const u_int8_t vga_crtc[] = { 0x82, /* 03: display skew control / end horizontal blanking */ 0x55, /* 04: start horizontal retrace pulse */ 0x81, /* 05: horizontal retrace delay / end horizontal retrace */ - 0xbf, /* 06: vetical total */ + 0xbf, /* 06: vertical total */ 0x1f, /* 07: overflow register */ 0x00, /* 08: preset row scan */ 0x4f, /* 09: overflow / maximum scan line */