diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2007-11-24 16:46:00 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2007-11-24 16:46:00 +0000 |
commit | 8bd047c972b8fbac3e6d58030ac3a2f1e57a66bc (patch) | |
tree | 8b0bc2896f86291ade259ffca15f7f7071d98217 /sys | |
parent | a241ab94c76dd3e7380bbde7d7dd520b59b23bb3 (diff) |
typo
Diffstat (limited to 'sys')
-rw-r--r-- | sys/dev/wscons/wsdisplay.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsdisplay.c b/sys/dev/wscons/wsdisplay.c index 8a9c0ce496e..b032feb5281 100644 --- a/sys/dev/wscons/wsdisplay.c +++ b/sys/dev/wscons/wsdisplay.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsdisplay.c,v 1.81 2007/07/25 23:11:52 art Exp $ */ +/* $OpenBSD: wsdisplay.c,v 1.82 2007/11/24 16:45:59 miod Exp $ */ /* $NetBSD: wsdisplay.c,v 1.82 2005/02/27 00:27:52 perry Exp $ */ /* @@ -1836,7 +1836,7 @@ wsdisplay_switch(struct device *dev, int no, int waitok) (sc->sc_scr[no]->scr_flags & SCR_GRAPHICS)) { /* switching from a text console to a graphic console */ - /* remote a potential wsmoused(8) selection */ + /* remove a potential wsmoused(8) selection */ mouse_remove(sc); wsmoused_release(sc); } |