diff options
author | 2006-10-16 15:51:26 +0000 | |
---|---|---|
committer | 2006-10-16 15:51:26 +0000 | |
commit | 3ac73be5c349546b5fddd94066f4adb0910f5518 (patch) | |
tree | c4b7ce626445c32dd26fbc3ffb813803a9946337 /sys/dev | |
parent | simplify SYNOPSIS, and do all the work in DESCRIPTION; (diff) | |
download | wireguard-openbsd-3ac73be5c349546b5fddd94066f4adb0910f5518.tar.xz wireguard-openbsd-3ac73be5c349546b5fddd94066f4adb0910f5518.zip |
Fix some more "is is"s. ok otto@.
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/wscons/wsdisplay_compat_usl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/wscons/wsdisplay_compat_usl.c b/sys/dev/wscons/wsdisplay_compat_usl.c index 936ab2d62ef..95318121648 100644 --- a/sys/dev/wscons/wsdisplay_compat_usl.c +++ b/sys/dev/wscons/wsdisplay_compat_usl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: wsdisplay_compat_usl.c,v 1.17 2006/07/29 12:52:40 miod Exp $ */ +/* $OpenBSD: wsdisplay_compat_usl.c,v 1.18 2006/10/16 15:51:26 tom Exp $ */ /* $NetBSD: wsdisplay_compat_usl.c,v 1.12 2000/03/23 07:01:47 thorpej Exp $ */ /* @@ -181,7 +181,7 @@ usl_detachproc(cookie, waitok, callback, cbarg) /* * Normally, this is called from the controlling process. - * Is is supposed to reply with a VT_RELDISP ioctl(), so + * It is supposed to reply with a VT_RELDISP ioctl(), so * it is not useful to tsleep() here. */ sd->s_callback = callback; |