From owner-svn-src-all@FreeBSD.ORG Tue Feb 25 23:04:40 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 7BBE7A34; Tue, 25 Feb 2014 23:04:40 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 671D215F3; Tue, 25 Feb 2014 23:04:40 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s1PN4ej9064949; Tue, 25 Feb 2014 23:04:40 GMT (envelope-from jmmv@svn.freebsd.org) Received: (from jmmv@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s1PN4eKx064948; Tue, 25 Feb 2014 23:04:40 GMT (envelope-from jmmv@svn.freebsd.org) Message-Id: <201402252304.s1PN4eKx064948@svn.freebsd.org> From: Julio Merino Date: Tue, 25 Feb 2014 23:04:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r262502 - head/sys/dev/syscons X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 25 Feb 2014 23:04:40 -0000 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