From ab563d09206ca3c2c57596ebbd7dedcb28a581be Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 31 Jan 2017 10:06:32 +1000 Subject: [PATCH] evdev: fix a comment typo Signed-off-by: Peter Hutterer --- src/evdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev.h b/src/evdev.h index 95cde8bc..3fe5d3a7 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: