touchpad: fix typo

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2015-07-17 11:02:34 +10:00
parent ecda01eb4c
commit 84713ac15b

View file

@ -616,7 +616,7 @@ tp_thumb_detect(struct tp_dispatch *tp, struct tp_touch *t)
return;
/* Note: a thumb at the edge of the touchpad won't trigger the
* threshold, the surface areas is usually too small.
* threshold, the surface area is usually too small.
*/
if (t->pressure < tp->thumb.threshold)
return;