From 4390845fd2ed0e153c5fbba9871adff70dd1c145 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 4 Mar 2014 13:31:22 +1000 Subject: [PATCH] Fix a wrong reference in the libevdev_next_event documentation Signed-off-by: Peter Hutterer --- libevdev/libevdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. * -- 2.7.4