From 48e32091c5a3220a464caad49fd7dd013c429eda Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Fri, 7 Dec 2012 12:55:24 +1000 Subject: [PATCH] Fix typo in comment Signed-off-by: Peter Hutterer --- XI2proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;