[gs-cvs] rev 7436 - trunk/gs/src
lpd at ghostscript.com
lpd at ghostscript.com
Thu Nov 30 17:34:23 PST 2006
Author: lpd
Date: 2006-11-30 17:34:22 -0800 (Thu, 30 Nov 2006)
New Revision: 7436
Modified:
trunk/gs/src/spdiff.c
Log:
Corrects an error in a comment (BitsPerComponent should be Colors).
Modified: trunk/gs/src/spdiff.c
===================================================================
--- trunk/gs/src/spdiff.c 2006-12-01 00:31:03 UTC (rev 7435)
+++ trunk/gs/src/spdiff.c 2006-12-01 01:34:22 UTC (rev 7436)
@@ -124,9 +124,9 @@
* Nevertheless, the loop structures are similar enough that
* we put the code for both functions in the same place.
*
- * We only optimize BitsPerComponent = 1, 3, and 4, which
- * correspond to the common color spaces. (In some cases, it's still
- * simpler to provide a separate loop for BPC = 2.)
+ * We only optimize Colors = 1, 3, and 4, which correspond to the common
+ * color spaces. (In some cases, it's still simpler to provide a
+ * separate loop for Colors = 2.)
*/
#define LOOP_BY(n, body)\
More information about the gs-cvs
mailing list