tools: fix two comment typos

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2017-02-27 15:24:09 +10:00
parent 619db3b60e
commit 1798cbdcaa

View file

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