From 53dbc26cb47c34db61d5c7cd9e6f411e12a00a02 Mon Sep 17 00:00:00 2001 From: Werner Lemberg Date: Fri, 21 Oct 2011 16:19:14 +0200 Subject: [PATCH] Improve comments. --- src/tafpgm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/tafpgm.c b/src/tafpgm.c index 5bc9aea..9f13c0c 100644 --- a/src/tafpgm.c +++ b/src/tafpgm.c @@ -928,7 +928,7 @@ unsigned char FPGM(bci_align_segments) [] = { * Scale a contour using two points giving the maximum and minimum * coordinates. * - * It expects that all points on the contour are not touched. + * It expects that no point on the contour is touched. * * in: min_point * max_point @@ -1041,7 +1041,7 @@ unsigned char FPGM(bci_scale_glyph) [] = { * * Shift a contour by a given amount. * - * It expects that rp1 (point to by zp0) is set up properly; zp2 must + * It expects that rp1 (pointed to by zp0) is set up properly; zp2 must * point to the normal zone 1. * * in: contour -- 2.11.4.GIT