tools: fix comment wording

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-12-06 07:10:39 +10:00
parent 952b562d0c
commit 68513d040d

View file

@ -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;