From 1798cbdcaacf38def1c7525b8c2df5c8f27f3769 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 27 Feb 2017 15:24:09 +1000 Subject: [PATCH] tools: fix two comment typos Signed-off-by: Peter Hutterer --- tools/event-gui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/event-gui.c b/tools/event-gui.c index 155cc95f..07afe0b4 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;