[libpng16] Fixed several typos and expanded TAB characters.

This commit is contained in:
Glenn Randers-Pehrson 2012-11-13 19:45:53 -06:00
parent f2aacefb3f
commit 9d1ddbb78f
2 changed files with 159 additions and 159 deletions

View File

@ -251,7 +251,7 @@ set_value(png_bytep row, size_t rowbytes, png_uint_32 x, unsigned int bit_depth,
{
unsigned int mask = (1U << bit_depth)-1;
x *= bit_depth; /* Maxium x is 4*1024, maxium bit_depth is 16 */
x *= bit_depth; /* Maximum x is 4*1024, maximum bit_depth is 16 */
if (value <= mask)
{
@ -1232,7 +1232,7 @@ find_insert(png_const_charp what, png_charp param)
}
/* This is a not-very-good parser for a sequence of numbers (including 0). It
* doesn't accept some apparenly valid things, but it accepts all the sensible
* doesn't accept some apparently valid things, but it accepts all the sensible
* combinations.
*/
static void