Fix typo in doc string
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 20 Apr 2016 01:31:38 +0000 (11:31 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 20 Apr 2016 01:31:38 +0000 (11:31 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h

index 27e36d8e9a71618771ff01cf8e053d8c1ef7b8a1..3edc3ae66cced07be1668c4d4aec3085171cdbb4 100644 (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.
  *