svn commit: r262502 - head/sys/dev/syscons

Julio Merino jmmv at FreeBSD.org
Tue Feb 25 23:04:40 UTC 2014


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


More information about the svn-src-all mailing list