From d8946f75a1894f87b8a5ea68ea84c8917974c2bd Mon Sep 17 00:00:00 2001 From: giraffedata Date: Thu, 25 Jul 2013 02:52:18 +0000 Subject: Correct grammar in comment git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1986 9d0c8265-081b-0410-96cb-a4ca84ce46f8 --- analyzer/pamtilt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'analyzer/pamtilt.c') diff --git a/analyzer/pamtilt.c b/analyzer/pamtilt.c index 8fa34791..e6a1b133 100644 --- a/analyzer/pamtilt.c +++ b/analyzer/pamtilt.c @@ -313,7 +313,7 @@ scoreAngle(const struct pam * const pamP, -----------------------------------------------------------------------------*/ float const radians = (float)angle/360 * 2 * M_PI; float const dy = hstep * tan(radians); - /* How much a line sinks due to the tilt when we move one sample + /* How much a line sinks because of the tilt when we move one sample ('hstep' columns of the image) to the right. */ if (fabs(dy * hsamples) > pamP->height) { -- cgit 1.4.1