From 43cbae6c686672ab5d981b4a79f6ea1c68ea6158 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 12 Feb 2019 08:51:32 +1000 Subject: [PATCH] fallback: fix grammar in comment Signed-off-by: Peter Hutterer --- src/evdev-fallback.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/evdev-fallback.c b/src/evdev-fallback.c index 3fc0187b..a25f8b49 100644 --- a/src/evdev-fallback.c +++ b/src/evdev-fallback.c @@ -101,7 +101,8 @@ post_trackpoint_scroll(struct evdev_device *device, return false; case BUTTONSCROLL_BUTTON_DOWN: /* if the button is down but scroll is not active, we're within the - timeout where swallow motion events but don't post scroll buttons */ + timeout where we swallow motion events but don't post + scroll buttons */ evdev_log_debug(device, "btnscroll: discarding\n"); return true; case BUTTONSCROLL_READY: