fallback: fix grammar in comment
authorPeter Hutterer <peter.hutterer@who-t.net>
Mon, 11 Feb 2019 22:51:32 +0000 (08:51 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Mon, 4 Mar 2019 05:47:27 +0000 (15:47 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
src/evdev-fallback.c

index 3fc0187..a25f8b4 100644 (file)
@@ -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: