diff options
author | John Hunter <zhaojunwang@pku.edu.cn> | 2014-11-03 15:45:38 +0800 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2014-11-12 10:26:02 +1000 |
commit | 6a117af7e7ef6eac796ff0680a915c866fce4019 (patch) | |
tree | 9bc35b34a7cbba022ddd8acf27b7ca1ce7a57822 | |
parent | 732fd7e571b81d63aa44d6e4cf55883479e88f2f (diff) |
fix an annotation mistake
Signed-off-by: John Hunter <zhaojunwang@pku.edu.cn>
Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net>
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | dix/devices.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dix/devices.c b/dix/devices.c index 3fb7ca0fb..c4fdbe169 100644 --- a/dix/devices.c +++ b/dix/devices.c @@ -2622,7 +2622,7 @@ GetPairedDevice(DeviceIntPtr dev) * slave. * - MASTER_KEYBOARD: the master keyboard for this device or NULL for a * floating slave - * - MASTER_POINTER: the master keyboard for this device or NULL for a + * - MASTER_POINTER: the master pointer for this device or NULL for a * floating slave * - POINTER_OR_FLOAT: the master pointer for this device or the device for * a floating slave |