summaryrefslogtreecommitdiff
path: root/pngpriv.h
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2011-11-07 23:31:34 -0600
committerGlenn Randers-Pehrson <glennrp@shaggy.simplesystems.org>2011-11-07 23:31:34 -0600
commitefc4b697675e2f500408c67afa30fe977306d8a5 (patch)
tree2462afa041e0dcab2c91c58daa661226d353a6c5 /pngpriv.h
parent7875d534cb7967a737afdee090dd69e68661d4bf (diff)
downloadlibpng-efc4b697675e2f500408c67afa30fe977306d8a5.tar.gz
[libpng15] Fixed some typos in comments.
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 9a28382ea..0989521ec 100644
--- a/pngpriv.h
+++ b/pngpriv.h
@@ -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,