doc: fix a few typos

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2016-05-19 16:03:20 +10:00
parent f6fc03ab12
commit 5f4f211d6d

View file

@ -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