about summary refs log tree commit diff
path: root/editor/pnmpaste.c
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-12-09 02:48:51 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2015-12-09 02:48:51 +0000
commit5f5321575bdcad72cf75b1e0f3331644453af6a4 (patch)
treeba115b09f55f70a8629860208ece045434df3164 /editor/pnmpaste.c
parentec772a5a691559f9c397c36194bcb465be33f14b (diff)
downloadnetpbm-mirror-5f5321575bdcad72cf75b1e0f3331644453af6a4.tar.gz
netpbm-mirror-5f5321575bdcad72cf75b1e0f3331644453af6a4.tar.xz
netpbm-mirror-5f5321575bdcad72cf75b1e0f3331644453af6a4.zip
Fix comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@2660 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'editor/pnmpaste.c')
-rw-r--r--editor/pnmpaste.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/editor/pnmpaste.c b/editor/pnmpaste.c
index 55fcc9bc..fbb351a9 100644
--- a/editor/pnmpaste.c
+++ b/editor/pnmpaste.c
@@ -178,8 +178,8 @@ insertDirect(FILE *          const ifP,
         }
     }
 
-    /* destrow[] now contains garbage in the cols % 8 rightmost bits of the
-       last byte we touched.  Those are supposed to be unchanged from the
+    /* destrow[] now contains garbage in all but the cols % 8 leftmost bits of
+       the last byte we touched.  Those are supposed to be unchanged from the
        input, so we restore them now.
     */
     if (cols % 8 > 0)