summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.
*