input: comment: ‘fast’ -> ‘faster’

This commit is contained in:
Daniel Eklöf 2020-10-11 18:22:29 +02:00
parent 2203422d8a
commit 0f67549e04
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F

View file

@ -1343,7 +1343,7 @@ wl_pointer_motion(void *data, struct wl_pointer *wl_pointer,
*
* The speed of the scrolling is proportional to the
* distance between the mouse and the grid; the
* further away the mouse is, the fast we scroll.
* further away the mouse is, the faster we scroll.
*
* Note that the speed is measures in intervals (in
* ns) between each timed scroll of a single line.