From 68513d040d350ec967245f95adc25e82f0f54d74 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 6 Dec 2016 07:10:39 +1000 Subject: [PATCH] tools: fix comment wording Signed-off-by: Peter Hutterer --- tools/event-gui.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/tools/event-gui.c b/tools/event-gui.c index 8a98630c..e819901b 100644 --- a/tools/event-gui.c +++ b/tools/event-gui.c @@ -98,8 +98,7 @@ struct window { double tilt_x, tilt_y; /* these are for the delta coordinates, but they're not - * deltas, theyconverted into - * abs positions */ + * deltas, the are yconverted into abs positions */ size_t ndeltas; struct point deltas[64]; } tool;