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>2012-09-14 15:12:16 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2012-09-14 15:12:16 +0000
commitc975b0f3f20c1aabd5ea7791cfaf8e1b15839c13 (patch)
treeee48b1310c62aeb17f540820fca2753f8ec7497b /converter/other/giftopnm.c
parentbcb6ea74cf81123b3543bdc697f084ba8f955598 (diff)
downloadnetpbm-mirror-c975b0f3f20c1aabd5ea7791cfaf8e1b15839c13.tar.gz
netpbm-mirror-c975b0f3f20c1aabd5ea7791cfaf8e1b15839c13.tar.xz
netpbm-mirror-c975b0f3f20c1aabd5ea7791cfaf8e1b15839c13.zip
Fix comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@1734 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/giftopnm.c')
-rw-r--r--converter/other/giftopnm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/converter/other/giftopnm.c b/converter/other/giftopnm.c
index 746314d5..072c95e6 100644
--- a/converter/other/giftopnm.c
+++ b/converter/other/giftopnm.c
@@ -1302,7 +1302,7 @@ renderRow(unsigned char *    const cmapIndexRow,
   Convert one row of cmap indexes to PPM/PGM/PBM output.
 
   Render the alpha row to *alphaFileP iff 'alphabits' is non-NULL.  If
-  'haveTransColor' is false, render all zeroes (i.e. the row is
+  'haveTransColor' is false, render all white (i.e. the row is
   opaque).  'alphabits' is otherwise just a one-row buffer for us to use
   in rendering the alpha row.