summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--sys/dev/vt/vt_core.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/vt/vt_core.c b/sys/dev/vt/vt_core.c
index 81f4d3e..4e8d19b 100644
--- a/sys/dev/vt/vt_core.c
+++ b/sys/dev/vt/vt_core.c
@@ -1173,7 +1173,7 @@ vtterm_cnprobe(struct terminal *tm, struct consdev *cp)
/*
* 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);
OpenPOWER on IntegriCloud