summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/ets.h')
-rw-r--r--base/ets.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/base/ets.h b/base/ets.h
index a57bef52..29530442 100644
--- a/base/ets.h
+++ b/base/ets.h
@@ -10,7 +10,7 @@
* agreement between artofcode LLC and the licensee. Please see
* http://www.artofcode.com/eventone/ for information on licensing.
*
- * Subsequent Changes: Copyright (C) 2013-2020 Artifex Software, Inc.
+ * Subsequent Changes: Copyright (C) 2013-2021 Artifex Software, Inc.
*
* All Rights Reserved.
*
@@ -57,7 +57,7 @@ extern "C" {
#define ETS_SRC_MAX 65535
#endif
-/* Photoshop (and possibly other image formats define white in a CMYK image with a
+/* Photoshop (and possibly other image formats define white in a CMYK image with a
value of 255 (65535). This is opposite of the PAM files that Robin has created.
The ETS code expects white to be at 0. Adjustments to the values in gray level
will be baked into the LUT if needed */