Module Name: src
Committed By: macallan
Date: Sun Jan 27 03:59:10 UTC 2013
Modified Files:
src/sys/dev/wscons: wsdisplay_vconsvar.h
Log Message:
fix a typo in a comment
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 src/sys/dev/wscons/wsdisplay_vconsvar.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/wscons/wsdisplay_vconsvar.h
diff -u src/sys/dev/wscons/wsdisplay_vconsvar.h:1.21 src/sys/dev/wscons/wsdisplay_vconsvar.h:1.22
--- src/sys/dev/wscons/wsdisplay_vconsvar.h:1.21 Wed Jan 4 08:25:03 2012
+++ src/sys/dev/wscons/wsdisplay_vconsvar.h Sun Jan 27 03:59:09 2013
@@ -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 @@ struct vcons_screen {
* 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;