From: Peter Hutterer Date: Mon, 17 Nov 2014 01:26:29 +0000 (+1000) Subject: Fix a confusing comment X-Git-Tag: libevdev-1.3.2~11 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=45670fa6dbbef1950655e9d6bacd92ac0546cd42;p=platform%2Fupstream%2Flibevdev.git Fix a confusing comment Signed-off-by: Peter Hutterer --- diff --git a/libevdev/libevdev.c b/libevdev/libevdev.c index 6831e68..d34d5c0 100644 --- a/libevdev/libevdev.c +++ b/libevdev/libevdev.c @@ -145,7 +145,7 @@ _libevdev_log_msg(const struct libevdev *dev, if (dev && dev->log.device_handler) { /** - * if a global handler is set for a device does + * if both global handler and device handler are set * we've set up the handlers wrong. And that means we'll * likely get the printf args wrong and cause all sorts of * mayhem. Seppuku is called for.