diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-10 15:32:59 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2009-08-13 11:19:36 +1000 |
commit | b44d34d5fd0d8aaacb89121e8b4afba04f1dcc80 (patch) | |
tree | 48e2bbb47dee559e3e863c0578daa26bd20160d2 /include | |
parent | c477ac8a151a28ba23f5c87e8f7affd6e82cfaa9 (diff) |
include: correct a copy/paste error in a comment.
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/eventstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |