Documentation fix, refer to correct function
authorPeter Hutterer <peter.hutterer@who-t.net>
Wed, 4 Dec 2013 10:03:24 +0000 (20:03 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Wed, 4 Dec 2013 21:53:12 +0000 (07:53 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h

index 93d3524..3beca78 100644 (file)
@@ -1026,7 +1026,7 @@ int libevdev_fetch_event_value(const struct libevdev *dev, unsigned int type, un
  * @note The value for events other than ABS_MT_ is undefined, use
  * libevdev_fetch_value() instead
  *
- * @see libevdev_get_value
+ * @see libevdev_get_event_value
  */
 int libevdev_get_slot_value(const struct libevdev *dev, unsigned int slot, unsigned int code);