rev 433 - trunk

[email protected] Mon, 5 Dec 2005 16:02:26 -0800 (PST)
Newsgroups gmane.comp.printing.ghostscript.jbig2dec.cvs
Message-ID <[email protected]>
Author: giles
Date: 2005-08-27 17:10:20 -0700 (Sat, 27 Aug 2005)
New Revision: 433

Modified:
   trunk/jbig2_huffman.c
   trunk/jbig2_text.c
Log:
Comment clean-up.


Modified: trunk/jbig2_huffman.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/jbig2_huffman.c	2005-08-25 08:14:21 UTC (rev 432)
+++ trunk/jbig2_huffman.c	2005-08-28 00:10:20 UTC (rev 433)
@@ -272,9 +272,9 @@
   return result;
 }
=20
-/* TODO: 10 bits here is wasteful of memory here. We have support
-   for sub-trees in jbig2_huffman_get() above, but don't use it here
-   we should, and then revert to 8 bits */
+/* TODO: 10 bits here is wasteful of memory. We have support for=20
+   sub-trees in jbig2_huffman_get() above, but don't use it here.
+   We should, and then revert to 8 bits */
 #define LOG_TABLE_SIZE_MAX 10
=20
 /** Build an in-memory representation of a Huffman table from the

Modified: trunk/jbig2_text.c
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- trunk/jbig2_text.c	2005-08-25 08:14:21 UTC (rev 432)
+++ trunk/jbig2_text.c	2005-08-28 00:10:20 UTC (rev 433)
@@ -82,7 +82,7 @@
  * @data: pointer to text region data to be decoded
  * @size: length of text region data
  *
- * Implements the text region decoding proceedure
+ * Implements the text region decoding procedure
  * described in section 6.4 of the JBIG2 spec.
  *
  * returns: 0 on success
@@ -678,7 +678,7 @@
 =09
         if (huffman_flags & 0x8000) {
 	  jbig2_error(ctx, JBIG2_SEVERITY_WARNING, segment->number,
-	    "text region huffman flags bit 15 is set, contrary to spec");
+ 	    "text region huffman flags bit 15 is set, contrary to spec");
 	}
        =20
         /* 7.4.3.1.7 */