From 6edf2ed5eeef11ce41a2271ab82b4aa90e5b7382 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 6 Feb 2019 09:05:48 +1000 Subject: [PATCH] fallback: fix a comment typo --- src/evdev-fallback.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/evdev-fallback.c b/src/evdev-fallback.c index 9d15a91f..3470a77b 100644 --- a/src/evdev-fallback.c +++ b/src/evdev-fallback.c @@ -903,7 +903,7 @@ fallback_flush_mt_events(struct fallback_dispatch *dispatch, /* Any palm state other than PALM_NEW means we've either * already cancelled the touch or the touch was never - * a finger anyway and we didn't send the being. + * a finger anyway and we didn't send the begin. */ if (slot->palm_state == PALM_NEW) { if (slot->state != SLOT_STATE_BEGIN)