Fix typo in doc string

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-04-20 11:31:38 +10:00
parent 0b92e1ae5e
commit 60188f1c4d

View file

@ -1798,7 +1798,7 @@ int libevdev_disable_event_type(struct libevdev *dev, unsigned int type);
* The last argument depends on the type and code:
* - If type is EV_ABS, data must be a pointer to a struct input_absinfo
* containing the data for this axis.
* - If type is EV_REP, daat must be a pointer to a int containing the data
* - If type is EV_REP, data must be a pointer to a int containing the data
* for this axis
* - For all other types, the argument must be NULL.
*