summaryrefslogtreecommitdiff
path: root/libevdev
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2013-06-18 21:57:34 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2013-06-27 10:41:54 +1000
commit90697197dfb4d98e54d5812e4bb26004e500d780 (patch)
treea23345b3ddc3da6e26356744f505f7416586bca0 /libevdev
parentcd66429c18878e279280f86ff53ca4b6a1cb2cb6 (diff)
downloadlibevdev-90697197dfb4d98e54d5812e4bb26004e500d780.tar.gz
Fix stray code tag in html
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'libevdev')
-rw-r--r--libevdev/libevdev.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libevdev/libevdev.h b/libevdev/libevdev.h
index f3fe5ba..9f0e365 100644
--- a/libevdev/libevdev.h
+++ b/libevdev/libevdev.h
@@ -490,7 +490,7 @@ int libevdev_kernel_enable_event_type(struct libevdev *dev, unsigned int type);
int libevdev_kernel_enable_event_code(struct libevdev *dev, unsigned int type, unsigned int code);
/**
- * Set the device's EV_ABS/<code> axis to the value defined in the abs
+ * Set the device's EV_ABS axis to the value defined in the abs
* parameter. This will be written to the kernel.
*
* @return zero on success, or a negative errno on failure