Commit d90b67384d4ab08d8287186e4a91e8bff20c6ecf

Werner Lemberg 2003-11-28T22:47:26

Documentation fix.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
diff --git a/src/truetype/ttinterp.c b/src/truetype/ttinterp.c
index 1aaecee..e895bcc 100644
--- a/src/truetype/ttinterp.c
+++ b/src/truetype/ttinterp.c
@@ -1595,8 +1595,8 @@
   /*    Direct_Move_Orig                                                   */
   /*                                                                       */
   /* <Description>                                                         */
-  /*    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'.   */
   /*                                                                       */
   /* <Input>                                                               */
   /*    point    :: The index of the point to move.                        */