about summary refs log tree commit diff
path: root/editor/pnmpaste.c
diff options
context:
space:
mode:
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)