[libpng15] Fixed some typos in comments.

This commit is contained in:
Glenn Randers-Pehrson
2011-11-07 23:31:34 -06:00
parent 7875d534cb
commit efc4b69767
5 changed files with 16 additions and 14 deletions

View File

@@ -83,8 +83,9 @@ png_create_read_struct_2,(png_const_charp user_png_ver, png_voidp error_ptr,
#ifdef PNG_SETJMP_SUPPORTED
/* Applications that neglect to set up their own setjmp() and then
encounter a png_error() will longjmp here. Since the jmpbuf is
then meaningless we abort instead of returning. */
* encounter a png_error() will longjmp here. Since the jmpbuf is
* then meaningless we abort instead of returning.
*/
#ifdef USE_FAR_KEYWORD
if (setjmp(tmp_jmpbuf))
#else