From 90697197dfb4d98e54d5812e4bb26004e500d780 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 18 Jun 2013 21:57:34 +1000 Subject: [PATCH] Fix stray code tag in html Signed-off-by: Peter Hutterer --- libevdev/libevdev.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.7.4