From 536bd44c513ede7e61e112c82a80fb9197f261f7 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Wed, 23 Feb 2011 10:53:21 +1000 Subject: Fix typo in comment. Reported-by: Julien Cristau Signed-off-by: Peter Hutterer --- src/XIGrabDevice.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/XIGrabDevice.c b/src/XIGrabDevice.c index 97ab971..e0ca601 100644 --- a/src/XIGrabDevice.c +++ b/src/XIGrabDevice.c @@ -59,7 +59,7 @@ XIGrabDevice(Display* dpy, int deviceid, Window grab_window, Time time, req->cursor = cursor; - /* masks.mask_len is in bytes, but we need 4-byte units on the wire, + /* mask->mask_len is in bytes, but we need 4-byte units on the wire, * and they need to be padded with 0 */ len = req->mask_len; buff = calloc(1, len * 4); -- cgit v1.2.3