Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Sep 2014 12:38:43 +0000 (UTC)
From:      Jean-Sebastien Pedron <dumbbell@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r271872 - head/sys/dev/vt
Message-ID:  <201409191238.s8JCchmp098796@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: dumbbell
Date: Fri Sep 19 12:38:43 2014
New Revision: 271872
URL: http://svnweb.freebsd.org/changeset/base/271872

Log:
  vt(4): Remove superfluous word in comment
  
  Submitted by:	brueffer@
  MFC after:	3 days
  MFC with:	271871

Modified:
  head/sys/dev/vt/vt_core.c

Modified: head/sys/dev/vt/vt_core.c
==============================================================================
--- head/sys/dev/vt/vt_core.c	Fri Sep 19 12:20:43 2014	(r271871)
+++ head/sys/dev/vt/vt_core.c	Fri Sep 19 12:38:43 2014	(r271872)
@@ -1173,7 +1173,7 @@ vtterm_cnprobe(struct terminal *tm, stru
 
 	/*
 	 * The original screen size was faked (_VTDEFW x _VTDEFH). Now
-	 * that we have the real viewable size, fix the it in the static
+	 * that we have the real viewable size, fix it in the static
 	 * buffer.
 	 */
 	vt_termsize(vd, vw->vw_font, &vw->vw_buf.vb_scr_size);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201409191238.s8JCchmp098796>