From 32a9ee109ed3b8e4ba5a2807dafc28f846825964 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Tue, 3 Sep 2013 14:37:49 +1000 Subject: [PATCH] Fix comment typo 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 ff423b9..3d0b609 100644 --- a/libevdev/libevdev.h +++ b/libevdev/libevdev.h @@ -351,7 +351,7 @@ void libevdev_free(struct libevdev *dev); /** * Logging function called by library-internal logging. - * This function is expected to treat it's input like printf would. + * This function is expected to treat its input like printf would. * * @param format printf-style format string * @param args List of arguments -- 2.7.4