shithub: freetype+ttf2subf

Download patch

ref: ba9cf52d3bbe76d9bb51911443fe9f0b0f069ec2
parent: fb09a51f0f6b57b8110ae1ada81c48adc968b4c2
author: Werner Lemberg <[email protected]>
date: Mon Aug 5 03:00:59 EDT 2013

Comment typo.

git/fs: mount .git/fs: mount/attach disallowed
--- 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.                             */