about summary refs log tree commit diff
path: root/converter/pbm
diff options
context:
space:
mode:
authorgiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-12-04 23:50:00 +0000
committergiraffedata <giraffedata@9d0c8265-081b-0410-96cb-a4ca84ce46f8>2008-12-04 23:50:00 +0000
commit4df7adfbec021a5e94252f47d5ff447080bcc4dc (patch)
treef5f3198d4f56cad710e17999207cd6c62e7a935a /converter/pbm
parentdf983bfa5256e40c0c1c9226a4b65ad73cb4d22b (diff)
downloadnetpbm-mirror-4df7adfbec021a5e94252f47d5ff447080bcc4dc.tar.gz
netpbm-mirror-4df7adfbec021a5e94252f47d5ff447080bcc4dc.tar.xz
netpbm-mirror-4df7adfbec021a5e94252f47d5ff447080bcc4dc.zip
fix comment
git-svn-id: http://svn.code.sf.net/p/netpbm/code/trunk@782 9d0c8265-081b-0410-96cb-a4ca84ce46f8
Diffstat (limited to 'converter/pbm')
-rw-r--r--converter/pbm/g3topbm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/converter/pbm/g3topbm.c b/converter/pbm/g3topbm.c
index 2d2c6a42..3858dc7a 100644
--- a/converter/pbm/g3topbm.c
+++ b/converter/pbm/g3topbm.c
@@ -656,8 +656,8 @@ analyzeLineSize(lineSizeAnalyzer * const analyzerP,
 
 
 /* An empty line means EOF.  An ancient comment in the code said there
-   is supposed to 6 EOL marks in a row to indicate EOF, but the code
-   checked for 3 and considered 2 in row just to mean a zero length
+   is supposed to be 6 EOL marks in a row to indicate EOF, but the code
+   checked for 3 and considered 2 in a row just to mean a zero length
    line.  Starting in Netpbm 10.24 (August 2004), we assume there is
    no valid reason to have an empty line and recognize EOF as any
    empty line.  Alternatively, we could read off and ignore two empty