summaryrefslogtreecommitdiff
path: root/libevdev/libevdev.h
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-08-09 14:35:45 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-08-09 15:54:50 +1000
commitc962cd66753f7f2696e825cfdb930ac3f2fc3a1a (patch)
tree0eb84e085a8e3ba8d18c4d5162bfe7f236ae21c3 /libevdev/libevdev.h
parentd8d8e751972867aa130faec2a3008001bdad4fb4 (diff)
downloadlibevdev-c962cd66753f7f2696e825cfdb930ac3f2fc3a1a.tar.gz
Fix stray * in documentation
Diffstat (limited to 'libevdev/libevdev.h')
-rw-r--r--libevdev/libevdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h
index e99fcbb..67c609d 100644
--- a/libevdev/libevdev.h
+++ b/libevdev/libevdev.h
@@ -851,7 +851,7 @@ int libevdev_fetch_event_value(const struct libevdev *dev, unsigned int type, un
*
* @param dev The evdev device, already initialized with libevdev_set_fd()
* @param slot The numerical slot number, must be smaller than the total number
- * of slots on this * device
+ * of slots on this device
* @param code The event code to query for, one of ABS_MT_POSITION_X, etc.
*
* @note This function is signal-safe.