From ba9cf52d3bbe76d9bb51911443fe9f0b0f069ec2 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Mon, 5 Aug 2013 07:00:59 +0200 Subject: [PATCH] Comment typo. --- src/base/ftcalc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/base/ftcalc.c b/src/base/ftcalc.c index c02daa4b6..b66f52910 100644 --- a/src/base/ftcalc.c +++ b/src/base/ftcalc.c @@ -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. */