Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/wscons fix a typo in a comment
details: https://anonhg.NetBSD.org/src/rev/22c0069db11e
branches: trunk
changeset: 784377:22c0069db11e
user: macallan <macallan%NetBSD.org@localhost>
date: Sun Jan 27 03:59:09 2013 +0000
description:
fix a typo in a comment
diffstat:
sys/dev/wscons/wsdisplay_vconsvar.h | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 62f4a8fd5912 -r 22c0069db11e sys/dev/wscons/wsdisplay_vconsvar.h
--- a/sys/dev/wscons/wsdisplay_vconsvar.h Sun Jan 27 02:32:39 2013 +0000
+++ b/sys/dev/wscons/wsdisplay_vconsvar.h Sun Jan 27 03:59:09 2013 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: wsdisplay_vconsvar.h,v 1.21 2012/01/04 08:25:03 macallan Exp $ */
+/* $NetBSD: wsdisplay_vconsvar.h,v 1.22 2013/01/27 03:59:09 macallan Exp $ */
/*-
* Copyright (c) 2005, 2006 Michael Lorenz
@@ -59,7 +59,7 @@
* for example, Sun's Creator boards can't accelerate copycols()
*/
#define VCONS_NO_COPYCOLS 0x10 /* use putchar() based copycols() */
-#define VCONS_NO_COPYROWS 0x20 /* use putchar() basec copyrows() */
+#define VCONS_NO_COPYROWS 0x20 /* use putchar() based copyrows() */
#define VCONS_DONT_READ 0x30 /* avoid framebuffer reads */
/* status flags used by vcons */
uint32_t scr_status;
Home |
Main Index |
Thread Index |
Old Index