aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/syscons/syscons.h
diff options
context:
space:
mode:
authorJulio Merino <jmmv@FreeBSD.org>2014-02-25 23:04:39 +0000
committerJulio Merino <jmmv@FreeBSD.org>2014-02-25 23:04:39 +0000
commit50b9fb465762815f1cc8ccdda17b66d5c246aad6 (patch)
tree18837d5220459b87331e1fd84975a88808f88dc0 /sys/dev/syscons/syscons.h
parent43e3038611943925a3a9560242b9218a68a8fb6f (diff)
downloadsrc-50b9fb465762815f1cc8ccdda17b66d5c246aad6.tar.gz
src-50b9fb465762815f1cc8ccdda17b66d5c246aad6.zip
Fix comment introduced in r262480: it's 1920x1200, not 1980x1200.
PR: kern/180558 MFC after: 5 days
Notes
Notes: svn path=/head/; revision=262502
Diffstat (limited to 'sys/dev/syscons/syscons.h')
-rw-r--r--sys/dev/syscons/syscons.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/syscons/syscons.h b/sys/dev/syscons/syscons.h
index da53efd24dee..06e104595c2e 100644
--- a/sys/dev/syscons/syscons.h
+++ b/sys/dev/syscons/syscons.h
@@ -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