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);
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to