From 5f4f211d6dac3bbbf0645c41ee93f9e4297c8fbb Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 19 May 2016 16:03:20 +1000 Subject: [PATCH] doc: fix a few typos Signed-off-by: Peter Hutterer --- src/libinput.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/libinput.h b/src/libinput.h index d972dd82..ab615601 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -2011,7 +2011,7 @@ libinput_event_tablet_tool_get_time_usec(struct libinput_event_tablet_tool *even /** * @ingroup event_tablet * - * Return the type of tool type for a tool object, see @ref + * Return the tool type for a tool object, see @ref * tablet-tool-types for details. * * @param tool The libinput tool @@ -2059,7 +2059,8 @@ libinput_tablet_tool_ref(struct libinput_tablet_tool *tool); * @ingroup event_tablet * * Decrement the reference count of the tool by one. When the reference - * count of tool reaches 0, the memory allocated for tool will be freed. + * count of the tool reaches 0, the memory allocated for the tool will be + * freed. * * @param tool The tool to decrement the ref count of * @return NULL if the tool was destroyed otherwise the passed tool