diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2011-08-12 15:55:48 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2011-08-22 15:56:53 +1000 |
commit | 79ca7c0b5786a02a80a1c40ed475e928da7c82b3 (patch) | |
tree | cd5a129fd55019c296010f4966aff2fcffb89b51 | |
parent | 2bfb802839688ecf328119c4c6979390fc60348d (diff) |
xfree86: comment typo fix
in synch → in sync
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | hw/xfree86/common/xf86Xinput.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/xfree86/common/xf86Xinput.c b/hw/xfree86/common/xf86Xinput.c index d22fdc8b9..83d5caedf 100644 --- a/hw/xfree86/common/xf86Xinput.c +++ b/hw/xfree86/common/xf86Xinput.c @@ -1348,7 +1348,7 @@ xf86InitValuatorAxisStruct(DeviceIntPtr dev, int axnum, Atom label, int minval, } /* - * Set the valuator values to be in synch with dix/event.c + * Set the valuator values to be in sync with dix/event.c * DefineInitialRootWindow(). */ void |