diff options
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2013-01-10 11:52:10 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | 2013-01-10 12:04:54 -0600 |
commit | 646de7962bafa4ba104ad84fdd81977ccfd11c5c (patch) | |
tree | 9b3372ea779ca545eb7549dba1c60a0fa375a3dd /pngpriv.h | |
parent | 4accd423c283f95fbd6672c2baa4df034a8afdef (diff) | |
download | libpng-646de7962bafa4ba104ad84fdd81977ccfd11c5c.tar.gz |
[libpng17] Imported from libpng-1.7.0alpha07.tarv1.7.0alpha07
Diffstat (limited to 'pngpriv.h')
-rw-r--r-- | pngpriv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. */ |