From 44b80d177f57a5d697402e0bbb1c3bf77d5f39e6 Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 6 May 2010 11:10:45 +1000 Subject: Update a stale comment about the use of pEvdev->tool. Including some typo fixes in the same comment. Signed-off-by: Peter Hutterer --- src/evdev.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/evdev.c b/src/evdev.c index 6d16611..ec65d64 100644 --- a/src/evdev.c +++ b/src/evdev.c @@ -630,9 +630,9 @@ EvdevPostAbsoluteMotionEvents(InputInfoPtr pInfo, int *num_v, int *first_v, * pressed. On wacom tablets, this means that the pen is in * proximity of the tablet. After the pen is removed, BTN_DIGI is * released, and a (0, 0) absolute event is generated. Checking - * pEvdev->digi here, lets us ignore that event. pEvdev is - * initialized to 1 so devices that doesn't use this scheme still - * just works. + * pEvdev->tool here, lets us ignore that event. pEvdev->tool is + * initialized to 1 so devices that don't use this scheme still + * just work. */ if (pEvdev->abs && pEvdev->tool) { xf86PostMotionEventP(pInfo->dev, TRUE, *first_v, *num_v, v); -- cgit v1.2.3