summaryrefslogtreecommitdiff
path: root/src/evdev.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-01-31 10:06:32 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-01-31 12:46:51 +1000
commitab563d09206ca3c2c57596ebbd7dedcb28a581be (patch)
tree1d76263e8f2506d71804b0ad578eb641a4295ee1 /src/evdev.h
parenta5cefb76accd86de3c55bbdc045297de8a6e5d22 (diff)
evdev: fix a comment typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'src/evdev.h')
-rw-r--r--src/evdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/evdev.h b/src/evdev.h
index 95cde8b..3fe5d3a 100644
--- a/src/evdev.h
+++ b/src/evdev.h
@@ -548,7 +548,7 @@ evdev_to_left_handed(struct evdev_device *device,
/**
* Apply a hysteresis filtering to the coordinate in, based on the current
- * hystersis center and the margin. If 'in' is within 'margin' of center,
+ * hysteresis center and the margin. If 'in' is within 'margin' of center,
* return the center (and thus filter the motion). If 'in' is outside,
* return a point on the edge of the new margin. So for a point x in the
* space outside c + margin we return r: