From 65b5647076f72731e3e49dd4ddfbbb09fdb48351 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 5 Feb 2015 11:46:55 +1000 Subject: [PATCH] cosmetic: fix grammar in doxygen Signed-off-by: Peter Hutterer --- src/libinput.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libinput.h b/src/libinput.h index 4a3c44d..c986bfe 100644 --- a/src/libinput.h +++ b/src/libinput.h @@ -1364,7 +1364,7 @@ libinput_device_ref(struct libinput_device *device); * the device correctly to avoid dangling pointers. * * @param device A previously obtained device - * @return NULL if device was destroyed, otherwise the passed device + * @return NULL if the device was destroyed, otherwise the passed device */ struct libinput_device * libinput_device_unref(struct libinput_device *device); -- 2.7.4