diff options
| author | Peter Hutterer <peter.hutterer@who-t.net> | 2016-04-20 11:31:38 +1000 |
|---|---|---|
| committer | Peter Hutterer <peter.hutterer@who-t.net> | 2016-04-20 11:31:38 +1000 |
| commit | 60188f1c4d61383aa81544c30e219ddc3f0b312f (patch) | |
| tree | 7530fc02f1df32f5b19eacbd046bcbb6f3f35517 /libevdev | |
| parent | 0b92e1ae5e75a223578a80f6e6ae5105f88e607b (diff) | |
| download | libevdev-60188f1c4d61383aa81544c30e219ddc3f0b312f.tar.gz | |
Fix typo in doc string
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'libevdev')
| -rw-r--r-- | libevdev/libevdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h index 27e36d8..3edc3ae 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -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. * |
