Author: jmmv
Date: Tue Feb 25 23:04:39 2014
New Revision: 262502
URL: http://svnweb.freebsd.org/changeset/base/262502
Log:
Fix comment introduced in r262480: it's 1920x1200, not 1980x1200.
PR: kern/180558
MFC after: 5 days
Modified:
head/sys/dev/syscons/syscons.h
Modified: head/sys/dev/syscons/syscons.h
==============================================================================
--- head/sys/dev/syscons/syscons.h Tue Feb 25 23:03:48 2014
(r262501)
+++ head/sys/dev/syscons/syscons.h Tue Feb 25 23:04:39 2014
(r262502)
@@ -145,7 +145,7 @@
/*
The following #defines are hard-coded for a maximum text
resolution corresponding to a maximum framebuffer
- resolution of 1980x1200 with an 8x8 font...
+ resolution of 1920x1200 with an 8x8 font...
*/
#define COL 240
#define ROW 150
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"