about summary refs log tree commit diff
path: root/converter/other/giftopnm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-11-21 03:58:14 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2006-11-21 03:58:14 +0000
commit123b8015c942d788f8ecdd63994d081471278179 (patch)
tree521644bb203d6f1d4bb1144d6f48b5e7df4a8ad9 /converter/other/giftopnm.c
parentf820f2633c8529a2475f8a6e877434916c1431a4 (diff)
downloadnetpbm-mirror-123b8015c942d788f8ecdd63994d081471278179.tar.gz
netpbm-mirror-123b8015c942d788f8ecdd63994d081471278179.tar.xz
netpbm-mirror-123b8015c942d788f8ecdd63994d081471278179.zip
fix comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@138 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/giftopnm.c')
-rw-r--r--converter/other/giftopnm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/giftopnm.c b/converter/other/giftopnm.c
index d3d02fde..d7d54775 100644
--- a/converter/other/giftopnm.c
+++ b/converter/other/giftopnm.c
@@ -652,7 +652,7 @@ termStack(struct stack * const stackP) {
    max_dataVal.  The first byte in the stream tells you what dataWidth
    is.
 
-   LZW codes 0 - max_dataVal are direct codes.  Each on represents
+   LZW codes 0 - max_dataVal are direct codes.  Each one represents
    the true data element whose value is that of the LZW code itself.
    No decompression is required.
 
@@ -805,7 +805,7 @@ expandCodeOntoStack(struct decompressor * const decompP,
            represents and push it onto the code stack so the
            leftmost code is on top.  Set decompP->firstcode to the
            first (leftmost) code in that string.
-            */
+        */
 
         unsigned int stringCount;
         stringCount = 0;