summaryrefslogtreecommitdiff
path: root/pngpriv.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-01-10 11:52:10 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2013-01-10 12:04:54 -0600
commit646de7962bafa4ba104ad84fdd81977ccfd11c5c (patch)
tree9b3372ea779ca545eb7549dba1c60a0fa375a3dd /pngpriv.h
parent4accd423c283f95fbd6672c2baa4df034a8afdef (diff)
downloadlibpng-646de7962bafa4ba104ad84fdd81977ccfd11c5c.tar.gz
[libpng17] Imported from libpng-1.7.0alpha07.tarv1.7.0alpha07
Diffstat (limited to 'pngpriv.h')
-rw-r--r--pngpriv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pngpriv.h b/pngpriv.h
index 457dc4322..4d9160c6a 100644
--- a/pngpriv.h
+++ b/pngpriv.h
@@ -394,7 +394,7 @@ typedef const png_uint_16p * png_const_uint_16pp;
#if PNG_ALIGN_TYPE == PNG_ALIGN_SIZE
/* This is used because in some compiler implementations non-aligned
* structure members are supported, so the offsetof approach below fails.
- * Set PNG_ALIGN_TO_SIZE=0 for compiler combinations where unaligned access
+ * Set PNG_ALIGN_SIZE=0 for compiler combinations where unaligned access
* is good for performance. Do not do this unless you have tested the result
* and understand it.
*/