Comment typo.

This commit is contained in:
Werner Lemberg 2013-08-05 07:00:59 +02:00
parent fb09a51f0f
commit ba9cf52d3b
1 changed files with 1 additions and 1 deletions

View File

@ -946,7 +946,7 @@
/* We approximate the Euclidean metric (sqrt(x^2 + y^2)) with */
/* the Taxicab metric (x + y), which can be computed much */
/* the Taxicab metric (|x| + |y|), which can be computed much */
/* faster. If one of the two vectors is much longer than the */
/* other one, the direction of the shorter vector doesn't */
/* influence the result any more. */