about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-08-04 15:56:30 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-08-04 15:56:30 +0000
commit3f72f168912b4cdec22b5eba4bebddb9846ab8b1 (patch)
tree7744a90a370a17a69de10bfdc19ae29a8de41d26
parent842c3b257042b388d2c6b017e6b1e1ad4163968d (diff)
downloadnetpbm-mirror-3f72f168912b4cdec22b5eba4bebddb9846ab8b1.tar.gz
netpbm-mirror-3f72f168912b4cdec22b5eba4bebddb9846ab8b1.tar.xz
netpbm-mirror-3f72f168912b4cdec22b5eba4bebddb9846ab8b1.zip
correct comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2623 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--editor/pnmremap.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/editor/pnmremap.c b/editor/pnmremap.c
index 350c3147..ed758aa3 100644
--- a/editor/pnmremap.c
+++ b/editor/pnmremap.c
@@ -1107,12 +1107,10 @@ processMapFile(const char *   const mapFileName,
                tuple *        const firstColorP) {
 /*----------------------------------------------------------------------------
    Read a color map from the file named 'mapFileName'.  It's a map that
-   associates each color in that file with the number which is its ordinal
-   position in the file (zero is the top left pixel in the file, etc.).
-   Return the map as *colormapP, with the number of entries in it as
-   *colormapSizeP.
+   associates each color in that file with a unique whole number.  Return the
+   map as *colormapP, with the number of entries in it as *colormapSizeP.
 
-   Also determine the first color (top left) in the map and return that
+   Also determine the first color (top left) in the map file and return that
    as *firstColorP.
 -----------------------------------------------------------------------------*/
     FILE * mapfile;