Fix a wrong reference in the libevdev_next_event documentation
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 4 Mar 2014 03:31:22 +0000 (13:31 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 5 Mar 2014 23:12:24 +0000 (09:12 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h

index 5398061..d019114 100644 (file)
@@ -695,7 +695,7 @@ enum libevdev_read_status {
  * have been synced.
  *
  * If a device needs to be synced by the caller but the caller does not call
- * with the @ref LIBEVDEV_READ_STATUS_SYNC flag set, all events from the diff are
+ * with the @ref LIBEVDEV_READ_FLAG_SYNC flag set, all events from the diff are
  * dropped after libevdev updates its internal state and event processing
  * continues as normal.
  *