From: Peter Hutterer Date: Tue, 18 Jun 2013 11:57:34 +0000 (+1000) Subject: Fix stray code tag in html X-Git-Tag: libevdev-0.2~95 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=90697197dfb4d98e54d5812e4bb26004e500d780;p=platform%2Fupstream%2Flibevdev.git Fix stray code tag in html Signed-off-by: Peter Hutterer --- 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/ 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