summaryrefslogtreecommitdiff
path: root/pngstruct.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-09-04 20:16:25 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2012-09-04 20:16:25 -0500
commit933bc842acbb955e7c47ec20993265d423e6e8ee (patch)
treeb521a15f5f8123536b5d2212b2a59d28c9194f2f /pngstruct.h
parent329d033d258a3635eb20117180fcc52809f33508 (diff)
downloadlibpng-933bc842acbb955e7c47ec20993265d423e6e8ee.tar.gz
[libpng16] Fix confusion between "adopted" and "adapted" in new comments.
Glenn thought the "adopted" were typos and changed them all to "adapted". This reverts the spelling and adds parenthetical comments when each word first appears in png.h.
Diffstat (limited to 'pngstruct.h')
-rw-r--r--pngstruct.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/pngstruct.h b/pngstruct.h
index b7c9ebddc..a0a913b5a 100644
--- a/pngstruct.h
+++ b/pngstruct.h
@@ -147,11 +147,11 @@ typedef const png_colorspace * PNG_RESTRICT png_const_colorspacerp;
/* The profile description and copyright must be present in all valid ICC
* profiles, however libpng does not use them so absence is just reported as
* a warning. The media white point should be present too, but if it isn't
- * all we lose is the ability to know if it differs from the adapted white
+ * all we lose is the ability to know if it differs from the adopted white
* (i.e. the information that the device maxima are actually colored;
* a non-white substrate for a printer, or an uncorrected scan for example.)
- * The chromaticAdaptationTag tells us that the adapted white of the original
- * differs from the PCS adapted white (which is identical to the PCS
+ * The chromaticAdaptationTag tells us that the adopted white of the original
+ * differs from the PCS adopted white (which is identical to the PCS
* illuminant and should always be D50).
*/
# define PNG_ICC_profileDescriptionTag 0x00000010U /* required */