about summary refs log tree commit diff
path: root/converter/other/tifftopnm.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-07 00:00:03 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2014-09-07 00:00:03 +0000
commitc210f3fff8990b6ec533c6cd0536ff51ca16e557 (patch)
treec6ac3a52ac8a67529bf72059692c3ead0c2e7606 /converter/other/tifftopnm.c
parent433153c67982df16dbc9e397b2f895a1daff1b50 (diff)
downloadnetpbm-mirror-c210f3fff8990b6ec533c6cd0536ff51ca16e557.tar.gz
netpbm-mirror-c210f3fff8990b6ec533c6cd0536ff51ca16e557.tar.xz
netpbm-mirror-c210f3fff8990b6ec533c6cd0536ff51ca16e557.zip
Correct comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2272 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/other/tifftopnm.c')
-rw-r--r--converter/other/tifftopnm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/other/tifftopnm.c b/converter/other/tifftopnm.c
index 49237f5a..595d4937 100644
--- a/converter/other/tifftopnm.c
+++ b/converter/other/tifftopnm.c
@@ -1254,8 +1254,8 @@ convertRasterByRows(pnmOut *       const pnmOutP,
                     bool           const verbose) {
 /*----------------------------------------------------------------------------
    With the TIFF header all processed (and relevant information from it in 
-   our arguments), write out the TIFF raster to the file images *imageoutFile
-   and *alphaFile.
+   our arguments), write out the TIFF raster to the Netpbm output files
+   as described by *pnmOutP.
 
    Do this one row at a time, employing the TIFF library's
    TIFFReadScanline.