diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2013-01-10 10:33:05 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2013-01-11 14:57:48 +1000 |
commit | adde4e64480315dc5b47a727ee37d86f5cd8584f (patch) | |
tree | 2e423ae02bf97ceb9f80cff5ffd5baa5b60efdfc | |
parent | 05ed095dd8d6cf939b4ebd9a59d70ce32705df7c (diff) |
dix: typo fix in comment
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r-- | dix/ptrveloc.c | 2 |
1 files changed, 1 insertions, 1 deletions
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, |