[gs-cvs] gs/src

Ralph Giles giles at ghostscript.com
Wed Jan 19 16:22:02 PST 2005


Update of /cvs/ghostscript/gs/src
In directory casper2:/tmp/cvs-serv32122

Modified Files:
	sjbig2.h 
Log Message:
Correct a comment typo.


Index: sjbig2.h
===================================================================
RCS file: /cvs/ghostscript/gs/src/sjbig2.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- sjbig2.h	9 Dec 2003 21:17:59 -0000	1.4
+++ sjbig2.h	20 Jan 2005 00:21:59 -0000	1.5
@@ -25,11 +25,7 @@
 #include "scommon.h"
 #include <jbig2.h>
 
-/* Arcfour is a symmetric cipher whose state is maintained
- * in two indices into an accompanying 8x8 S box. this will
- * typically be allocated on the stack, and so has no memory
- * management associated.
- */
+/* JBIG2Decode internal stream state */
 typedef struct stream_jbig2decode_state_s
 {
     stream_state_common;	/* a define from scommon.h */



More information about the gs-cvs mailing list