summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2014-03-04 13:31:22 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2014-03-06 09:12:24 +1000
commit4390845fd2ed0e153c5fbba9871adff70dd1c145 (patch)
treed2493daf87b973ae4c254d532f8300e0e79868f0
parent0deacd5c1ea587350e8acb4e760ed1711ad82a45 (diff)
downloadlibevdev-4390845fd2ed0e153c5fbba9871adff70dd1c145.tar.gz
Fix a wrong reference in the libevdev_next_event documentation
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--libevdev/libevdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h
index 5398061..d019114 100644
--- a/libevdev/libevdev.h
+++ b/libevdev/libevdev.h
@@ -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.
*