mirror of
https://gitlab.freedesktop.org/libevdev/libevdev.git
synced 2026-01-05 03:10:14 +01:00
Fix typo in doc string
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
parent
0b92e1ae5e
commit
60188f1c4d
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
*
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue