From b44d34d5fd0d8aaacb89121e8b4afba04f1dcc80 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Mon, 10 Aug 2009 15:32:59 +1000 Subject: [PATCH] include: correct a copy/paste error in a comment. Signed-off-by: Peter Hutterer --- include/eventstr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/eventstr.h b/include/eventstr.h index 06a57e3ec..b7611a5b1 100644 --- a/include/eventstr.h +++ b/include/eventstr.h @@ -145,7 +145,7 @@ struct _DeviceChangedEvent /** If flags & HAS_OLD_SLAVE is set, old_slaveid specifies SD previously * attached to this device. */ int old_slaveid; - /** If flags & HAS_OLD_SLAVE is set, old_slaveid specifies device now + /** If flags & HAS_NEW_SLAVE is set, new_slaveid specifies device now * attached to this device. */ int new_slaveid;