svn commit: r271872 - head/sys/dev/vt

Jean-Sebastien Pedron dumbbell at FreeBSD.org
Fri Sep 19 12:38:44 UTC 2014


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);


More information about the svn-src-all mailing list