summaryrefslogtreecommitdiff
path: root/libevdev
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2016-04-20 11:31:38 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2016-04-20 11:31:38 +1000
commit60188f1c4d61383aa81544c30e219ddc3f0b312f (patch)
tree7530fc02f1df32f5b19eacbd046bcbb6f3f35517 /libevdev
parent0b92e1ae5e75a223578a80f6e6ae5105f88e607b (diff)
downloadlibevdev-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.h2
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.
*