about summary refs log tree commit diff
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-27 01:16:15 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-01-27 01:16:15 +0000
commita622e9fb64d68f87bd959d42ab5f6b02af782760 (patch)
tree18545118a90c7bab8177abd0b40282dabe17c0a1
parentb4d544584e7b5b1355a7c9a708d118ea29a31a75 (diff)
downloadnetpbm-mirror-a622e9fb64d68f87bd959d42ab5f6b02af782760.tar.gz
netpbm-mirror-a622e9fb64d68f87bd959d42ab5f6b02af782760.tar.xz
netpbm-mirror-a622e9fb64d68f87bd959d42ab5f6b02af782760.zip
fix comments
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@569 9d0c8265-081b-0410-96cb-a4ca84ce46f8
-rw-r--r--lib/libpam.c2
-rw-r--r--lib/libpamcolor.c2
-rw-r--r--lib/libpamread.c2
-rw-r--r--lib/libpamwrite.c2
-rw-r--r--lib/libpbm1.c2
-rw-r--r--lib/libpgm1.c2
-rw-r--r--lib/libppm1.c2
7 files changed, 7 insertions, 7 deletions
diff --git a/lib/libpam.c b/lib/libpam.c
index db8ff205..46569101 100644
--- a/lib/libpam.c
+++ b/lib/libpam.c
@@ -5,7 +5,7 @@
    that deal with the PAM (Portable Arbitrary Format) image format.
 -----------------------------------------------------------------------------*/
 
-/* See libpm.c for the complicated explanation of this 32/64 bit file
+/* See pmfileio.c for the complicated explanation of this 32/64 bit file
    offset stuff.
 */
 #define _FILE_OFFSET_BITS 64
diff --git a/lib/libpamcolor.c b/lib/libpamcolor.c
index ef8546b3..b64f8963 100644
--- a/lib/libpamcolor.c
+++ b/lib/libpamcolor.c
@@ -5,7 +5,7 @@
    that deal with colors in the PAM image format.
 -----------------------------------------------------------------------------*/
 
-/* See libpbm.c for the complicated explanation of this 32/64 bit file
+/* See pmfileio.c for the complicated explanation of this 32/64 bit file
    offset stuff.
 */
 #define _FILE_OFFSET_BITS 64
diff --git a/lib/libpamread.c b/lib/libpamread.c
index c03d730c..f4d85493 100644
--- a/lib/libpamread.c
+++ b/lib/libpamread.c
@@ -6,7 +6,7 @@
    raster (not the header).
 -----------------------------------------------------------------------------*/
 
-/* See libpm.c for the complicated explanation of this 32/64 bit file
+/* See pmfileio.c for the complicated explanation of this 32/64 bit file
    offset stuff.
 */
 #define _FILE_OFFSET_BITS 64
diff --git a/lib/libpamwrite.c b/lib/libpamwrite.c
index 83f0f41b..dd319d4a 100644
--- a/lib/libpamwrite.c
+++ b/lib/libpamwrite.c
@@ -6,7 +6,7 @@
    raster (not the header).
 -----------------------------------------------------------------------------*/
 
-/* See libpm.c for the complicated explanation of this 32/64 bit file
+/* See pmfileio.c for the complicated explanation of this 32/64 bit file
    offset stuff.
 */
 #define _FILE_OFFSET_BITS 64
diff --git a/lib/libpbm1.c b/lib/libpbm1.c
index c559c373..f1b722a4 100644
--- a/lib/libpbm1.c
+++ b/lib/libpbm1.c
@@ -10,7 +10,7 @@
 ** implied warranty.
 */
 
-/* See libpm.c for the complicated explanation of this 32/64 bit file
+/* See pmfileio.c for the complicated explanation of this 32/64 bit file
    offset stuff.
 */
 #define _FILE_OFFSET_BITS 64
diff --git a/lib/libpgm1.c b/lib/libpgm1.c
index ff5b711b..4d93e4be 100644
--- a/lib/libpgm1.c
+++ b/lib/libpgm1.c
@@ -10,7 +10,7 @@
 ** implied warranty.
 */
 
-/* See libpbm.c for the complicated explanation of this 32/64 bit file
+/* See pmfileio.c for the complicated explanation of this 32/64 bit file
    offset stuff.
 */
 #define _FILE_OFFSET_BITS 64
diff --git a/lib/libppm1.c b/lib/libppm1.c
index a6b00e08..ea929908 100644
--- a/lib/libppm1.c
+++ b/lib/libppm1.c
@@ -10,7 +10,7 @@
 ** implied warranty.
 */
 
-/* See libpbm.c for the complicated explanation of this 32/64 bit file
+/* See pmfileio.c for the complicated explanation of this 32/64 bit file
    offset stuff.
 */
 #define _FILE_OFFSET_BITS 64