Fix stray code tag in html
authorPeter Hutterer <peter.hutterer@who-t.net>
Tue, 18 Jun 2013 11:57:34 +0000 (21:57 +1000)
committerPeter Hutterer <peter.hutterer@who-t.net>
Thu, 27 Jun 2013 00:41:54 +0000 (10:41 +1000)
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
libevdev/libevdev.h

index f3fe5ba..9f0e365 100644 (file)
@@ -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