diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-12-07 12:55:24 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-12-07 13:46:38 +1000 |
commit | 48e32091c5a3220a464caad49fd7dd013c429eda (patch) | |
tree | 580ee93553d8a318fee946afeb08877fea5fdf05 /XI2proto.h | |
parent | 377efaaa9828b4004741744ae172a193b5483a34 (diff) |
Fix typo in comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Diffstat (limited to 'XI2proto.h')
-rw-r--r-- | XI2proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1021,7 +1021,7 @@ typedef struct uint8_t type; /**< Always GenericEvent */ uint8_t extension; /**< XI extension offset */ uint16_t sequenceNumber; - uint32_t length; /**< Length in 4 byte uints */ + uint32_t length; /**< Length in 4 byte units */ uint16_t evtype; /**< ::XI_PropertyEvent */ uint16_t deviceid; Time time; |