summaryrefslogtreecommitdiff
path: root/sys/dev/pckbc
diff options
context:
space:
mode:
authormmcc <mmcc@cvs.openbsd.org>2016-02-27 22:01:59 +0000
committermmcc <mmcc@cvs.openbsd.org>2016-02-27 22:01:59 +0000
commit4a83cab9bb31dfec5fb889d6e836e7d141a74fab (patch)
tree3b7a0e792cd36b048653aa135e8c24012db750d9 /sys/dev/pckbc
parentcc12e85ec3f7148a9e0e87c062961f5e6cc484a9 (diff)
pakets -> packets
Diffstat (limited to 'sys/dev/pckbc')
-rw-r--r--sys/dev/pckbc/pms.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/pckbc/pms.c b/sys/dev/pckbc/pms.c
index 9c90253d5f2..a4abfb20283 100644
--- a/sys/dev/pckbc/pms.c
+++ b/sys/dev/pckbc/pms.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: pms.c,v 1.67 2015/09/05 14:02:21 bru Exp $ */
+/* $OpenBSD: pms.c,v 1.68 2016/02/27 22:01:58 mmcc Exp $ */
/* $NetBSD: psm.c,v 1.11 2000/06/05 22:20:57 sommerfeld Exp $ */
/*-
@@ -2166,7 +2166,7 @@ pms_sync_elantech_v2(struct pms_softc *sc, int data)
}
/* For variants not reporting pressure, 1 and 3 finger touch packets
- * have different constant bits than 2 finger touch pakets. */
+ * have different constant bits than 2 finger touch packets. */
switch (sc->inputstate) {
case 0:
if ((data & 0xc0) == 0x80) {