diff options
author | Glenn Randers-Pehrson <glennrp@shaggy.simplesystems.org> | 2011-11-07 23:31:34 -0600 |
---|---|---|
committer | Glenn Randers-Pehrson <glennrp@shaggy.simplesystems.org> | 2011-11-07 23:31:34 -0600 |
commit | efc4b697675e2f500408c67afa30fe977306d8a5 (patch) | |
tree | 2462afa041e0dcab2c91c58daa661226d353a6c5 /pngpriv.h | |
parent | 7875d534cb7967a737afdee090dd69e68661d4bf (diff) | |
download | libpng-efc4b697675e2f500408c67afa30fe977306d8a5.tar.gz |
[libpng15] Fixed some typos in comments.
Diffstat (limited to 'pngpriv.h')
-rw-r--r-- | pngpriv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -515,7 +515,7 @@ typedef PNG_CONST png_uint_16p FAR * png_const_uint_16pp; abs((int)((c1).green) - (int)((c2).green)) + \ abs((int)((c1).blue) - (int)((c2).blue))) -/* Added to libpng-1.5.7: sRGB convertion tables */ +/* Added to libpng-1.5.7: sRGB conversion tables */ #ifdef PNG_SIMPLIFIED_READ_SUPPORTED PNG_EXTERN /*PRIVATE*/ PNG_CONST png_uint_16 png_sRGB_table[256]; /* Convert from an sRGB encoded value 0..255 to a 16-bit linear value, |