Fix a wrong reference in the libevdev_next_event documentation

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
(cherry picked from commit 4390845fd2)
This commit is contained in:
Peter Hutterer 2014-03-04 13:31:22 +10:00
parent 7991546398
commit da394c13c3

View 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.
*