summaryrefslogtreecommitdiff
path: root/usr.sbin/wsmoused
diff options
context:
space:
mode:
authorJonathan Gray <jsg@cvs.openbsd.org>2004-11-29 06:20:04 +0000
committerJonathan Gray <jsg@cvs.openbsd.org>2004-11-29 06:20:04 +0000
commite4173539d675b3c69b75655a81a011021a1b6e5c (patch)
treef259b1724785e10073fd33c49dd61700a4b7aaba /usr.sbin/wsmoused
parent1c9652681119cffbc7e6c4c88cb8b22241b0981f (diff)
Spell precede correctly.
'looks fine' millert@, krw@. ok jmc@
Diffstat (limited to 'usr.sbin/wsmoused')
-rw-r--r--usr.sbin/wsmoused/mouse_protocols.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/wsmoused/mouse_protocols.c b/usr.sbin/wsmoused/mouse_protocols.c
index 7ec0c9bb68a..1297da9936e 100644
--- a/usr.sbin/wsmoused/mouse_protocols.c
+++ b/usr.sbin/wsmoused/mouse_protocols.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: mouse_protocols.c,v 1.8 2004/01/04 21:41:12 drahn Exp $ */
+/* $OpenBSD: mouse_protocols.c,v 1.9 2004/11/29 06:20:02 jsg Exp $ */
/*
* Copyright (c) 2001 Jean-Baptiste Marchand, Julien Montagne and Jerome Verdon
@@ -955,10 +955,10 @@ mouse_protocol(u_char rBuf, mousestatus_t * act)
/*
* [KY-97/08/03]
- * Receive the fourth byte only when preceeding three bytes have
+ * Receive the fourth byte only when preceding three bytes have
* been detected (pBufP >= cur_proto[4]). In the previous
* versions, the test was pBufP == 0; thus, we may have mistakingly
- * received a byte even if we didn't see anything preceeding
+ * received a byte even if we didn't see anything preceding
* the byte.
*/