From: Peter Hutterer Date: Tue, 4 Mar 2014 03:31:22 +0000 (+1000) Subject: Fix a wrong reference in the libevdev_next_event documentation X-Git-Tag: libevdev-1.0.99.1~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=4390845fd2ed0e153c5fbba9871adff70dd1c145;p=platform%2Fupstream%2Flibevdev.git Fix a wrong reference in the libevdev_next_event documentation Signed-off-by: Peter Hutterer --- 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. *