mirror of
https://gitlab.freedesktop.org/libinput/libinput.git
synced 2026-02-03 10:00:27 +01:00
tools: fix two comment typos
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
619db3b60e
commit
1798cbdcaa
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue