Fix a confusing comment

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
This commit is contained in:
Peter Hutterer 2014-11-17 11:26:29 +10:00
parent 9a3f2ced4e
commit 45670fa6db

View file

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