mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-05-09 08:18:02 +02:00
evdev: fix a comment typo
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
a5cefb76ac
commit
ab563d0920
1 changed files with 1 additions and 1 deletions
|
|
@ -548,7 +548,7 @@ evdev_to_left_handed(struct evdev_device *device,
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Apply a hysteresis filtering to the coordinate in, based on the current
|
* 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 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
|
* return a point on the edge of the new margin. So for a point x in the
|
||||||
* space outside c + margin we return r:
|
* space outside c + margin we return r:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue