summaryrefslogtreecommitdiffstats
path: root/sys/dev/vt
diff options
context:
space:
mode:
authordumbbell <dumbbell@FreeBSD.org>2014-09-19 12:38:43 +0000
committerdumbbell <dumbbell@FreeBSD.org>2014-09-19 12:38:43 +0000
commitb87fdb7ac9ccd62c3e2438aa2422bbb726d4e362 (patch)
tree9a19ac11512d300122f82ecbf48363777c463481 /sys/dev/vt
parentbd0370dde72628f204a806b4331389643b03ce6a (diff)
downloadFreeBSD-src-b87fdb7ac9ccd62c3e2438aa2422bbb726d4e362.zip
FreeBSD-src-b87fdb7ac9ccd62c3e2438aa2422bbb726d4e362.tar.gz
vt(4): Remove superfluous word in comment
Submitted by: brueffer@ MFC after: 3 days MFC with: 271871
Diffstat (limited to 'sys/dev/vt')
-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