From 2fbab5ebaefdecaa7feb3945eba64566e0aeb67b Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 28 Nov 2003 22:47:26 +0000 Subject: [PATCH] Documentation fix. --- src/truetype/ttinterp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c index 1aaecee7b..e895bcc25 100644 --- a/src/truetype/ttinterp.c +++ b/src/truetype/ttinterp.c @@ -1595,8 +1595,8 @@ /* Direct_Move_Orig */ /* */ /* */ - /* Moves a point by a given distance along the freedom vector. The */ - /* point will not be `touched'. */ + /* Moves the *original* position of a point by a given distance along */ + /* the freedom vector. Obviously, the point will not be `touched'. */ /* */ /* */ /* point :: The index of the point to move. */