From 60188f1c4d61383aa81544c30e219ddc3f0b312f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 20 Apr 2016 11:31:38 +1000 Subject: [PATCH] Fix typo in doc string 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 27e36d8..3edc3ae 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -1798,7 +1798,7 @@ int libevdev_disable_event_type(struct libevdev *dev, unsigned int type); * The last argument depends on the type and code: * - If type is EV_ABS, data must be a pointer to a struct input_absinfo * containing the data for this axis. - * - If type is EV_REP, daat must be a pointer to a int containing the data + * - If type is EV_REP, data must be a pointer to a int containing the data * for this axis * - For all other types, the argument must be NULL. *