Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/ic Fix typo in comment.
details: https://anonhg.NetBSD.org/src/rev/dfb13e93fb90
branches: trunk
changeset: 572252:dfb13e93fb90
user: tsutsui <tsutsui%NetBSD.org@localhost>
date: Mon Dec 27 14:20:43 2004 +0000
description:
Fix typo in comment.
diffstat:
sys/dev/ic/vga_subr.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r f0526d65420e -r dfb13e93fb90 sys/dev/ic/vga_subr.c
--- a/sys/dev/ic/vga_subr.c Mon Dec 27 13:35:47 2004 +0000
+++ b/sys/dev/ic/vga_subr.c Mon Dec 27 14:20:43 2004 +0000
@@ -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 <sys/cdefs.h>
-__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 <sys/param.h>
#include <sys/systm.h>
@@ -294,7 +294,7 @@
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 */
Home |
Main Index |
Thread Index |
Old Index