diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2017-02-27 15:24:09 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2017-02-27 15:24:09 +1000 |
commit | 1798cbdcaacf38def1c7525b8c2df5c8f27f3769 (patch) | |
tree | 195a311da92d78284b47e74e668cfc866c08f5fd /tools | |
parent | 619db3b60e2ee60858b390f537c017f458cad907 (diff) |
tools: fix two comment typos
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'tools')
-rw-r--r-- | tools/event-gui.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/event-gui.c b/tools/event-gui.c index 155cc95..07afe0b 100644 --- a/tools/event-gui.c +++ b/tools/event-gui.c @@ -98,7 +98,7 @@ struct window { double tilt_x, tilt_y; /* these are for the delta coordinates, but they're not - * deltas, the are yconverted into abs positions */ + * deltas, they are converted into abs positions */ size_t ndeltas; struct point deltas[64]; } tool; |