summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2017-02-27 15:24:09 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2017-02-27 15:24:09 +1000
commit1798cbdcaacf38def1c7525b8c2df5c8f27f3769 (patch)
tree195a311da92d78284b47e74e668cfc866c08f5fd /tools
parent619db3b60e2ee60858b390f537c017f458cad907 (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.c2
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;