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;