ref: cf7b160a37331362d7bcff571e13e57d20193377
parent: c5393dfc4025b41895565f5b2a2f1786bffdf980
author: giles <giles@ded80894-8fb9-0310-811b-c03f3676ab4d>
date: Tue Apr 5 19:40:12 EDT 2005
Minor comment cleanup. git-svn-id: http://svn.ghostscript.com/jbig2dec/trunk@391 ded80894-8fb9-0310-811b-c03f3676ab4d
--- a/jbig2_image_pbm.c
+++ b/jbig2_image_pbm.c
@@ -95,8 +95,8 @@
return NULL;
}
/* read size. we must find two decimal numbers representing
- the image dimensions. done will index whether we're
- looking for the width of the height and i will be our
+ the image dimensions. 'done' will index whether we're
+ looking for the width or the height and 'i' will be our
array index for copying strings into our buffer */
done = 0;
i = 0;