Browse Source

typo in comment

David Rose 22 years ago
parent
commit
d49685c9a9
1 changed files with 2 additions and 3 deletions
  1. 2 3
      panda/src/pnmimagetypes/pnmFileTypeSGIWriter.cxx

+ 2 - 3
panda/src/pnmimagetypes/pnmFileTypeSGIWriter.cxx

@@ -23,9 +23,8 @@
 #include "pnmImage.h"
 #include "pnmWriter.h"
 
-// Much code in this file originally came from from Netpbm,
-// specifically pnmtosgi.c.  It has since been fairly heavily
-// modified.
+// Much code in this file originally came from Netpbm, specifically
+// pnmtosgi.c.  It has since been fairly heavily modified.
 
 /* pnmtosgi.c - convert portable anymap to SGI image
 **