From adde4e64480315dc5b47a727ee37d86f5cd8584f Mon Sep 17 00:00:00 2001 From: Peter Hutterer Date: Thu, 10 Jan 2013 10:33:05 +1000 Subject: [PATCH] dix: typo fix in comment Signed-off-by: Peter Hutterer --- dix/ptrveloc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dix/ptrveloc.c b/dix/ptrveloc.c index 338f415c5..c7994b03d 100644 --- a/dix/ptrveloc.c +++ b/dix/ptrveloc.c @@ -738,7 +738,7 @@ ApplyConstantDeceleration(DeviceVelocityPtr vel, double *fdx, double *fdy) } /* - * compute the acceleration for given velocity and enforce min_acceleartion + * compute the acceleration for given velocity and enforce min_acceleration */ double BasicComputeAcceleration(DeviceIntPtr dev,