From: Peter Hutterer Date: Wed, 20 Apr 2016 01:31:38 +0000 (+1000) Subject: Fix typo in doc string X-Git-Tag: libevdev-1.5.0~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=60188f1c4d61383aa81544c30e219ddc3f0b312f;p=platform%2Fupstream%2Flibevdev.git Fix typo in doc string Signed-off-by: Peter Hutterer --- 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. *