summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Hutterer <peter.hutterer@who-t.net>2012-12-07 12:55:24 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2012-12-07 13:46:38 +1000
commit48e32091c5a3220a464caad49fd7dd013c429eda (patch)
tree580ee93553d8a318fee946afeb08877fea5fdf05
parent377efaaa9828b4004741744ae172a193b5483a34 (diff)
downloadxorg-proto-inputproto-48e32091c5a3220a464caad49fd7dd013c429eda.tar.gz
Fix typo in comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--XI2proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/XI2proto.h b/XI2proto.h
index 1260200..9418357 100644
--- a/XI2proto.h
+++ b/XI2proto.h
@@ -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;