summaryrefslogtreecommitdiff
path: root/pnggccrd.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2007-08-04 07:41:40 -0500
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:14:16 -0500
commit394759e0c8ea2fbd9ce5c7ab24419aaefb3574a4 (patch)
treebf531f0080e6c6e319790063f9273ad7d8e79250 /pnggccrd.c
parentc229f65dcfe8fff9924469e7773761215b7e8224 (diff)
downloadlibpng-394759e0c8ea2fbd9ce5c7ab24419aaefb3574a4.tar.gz
Imported from libpng-1.2.19rc2.tarv1.2.19rc2
Diffstat (limited to 'pnggccrd.c')
-rw-r--r--pnggccrd.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/pnggccrd.c b/pnggccrd.c
index a13e0a55a..563487593 100644
--- a/pnggccrd.c
+++ b/pnggccrd.c
@@ -3,7 +3,7 @@
*
* For Intel/AMD x86 or x86-64 CPU (Pentium-MMX or later) and GNU C compiler.
*
- * Last changed in libpng 1.2.19 July 31, 2007
+ * Last changed in libpng 1.2.19 August 4, 2007
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998 Intel Corporation
* Copyright (c) 1999-2002,2007 Greg Roelofs
@@ -171,7 +171,7 @@
* 20000822:
* - ARGH, stupid png_read_filter_row_mmx_sub() segfault only happens with
* shared-library (-fPIC) version! Code works just fine as part of static
- * library. Damn damn damn damn damn, should have tested that sooner.
+ * library. Should have tested that sooner.
* ebx is getting clobbered again (explicitly this time); need to save it
* on stack or rewrite asm code to avoid using it altogether. Blargh!
*