Hi,

caught a typo while digging around in here:

Index: src/sys/dev/pckbc/pms.c
===================================================================
RCS file: /cvs/src/sys/dev/pckbc/pms.c,v
retrieving revision 1.85
diff -u -p -u -r1.85 pms.c
--- src/sys/dev/pckbc/pms.c     29 Jan 2018 21:54:11 -0000      1.85
+++ src/sys/dev/pckbc/pms.c     28 Apr 2018 22:13:40 -0000
@@ -2448,7 +2448,7 @@ pms_proc_elantech_v3(struct pms_softc *s
                }
        }
 
-       /* Prevent juming cursor if pad isn't touched or reports garbage. */
+       /* Prevent jumping cursor if pad isn't touched or reports garbage. */
        if (w == 0 ||
            ((x == 0 || y == 0 || x == elantech->max_x || y == elantech->max_y)
            && (x != elantech->old_x || y != elantech->old_y))) {

Reply via email to