summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
authorGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2001-03-23 05:06:56 -0600
committerGlenn Randers-Pehrson <glennrp at users.sourceforge.net>2009-04-06 16:06:00 -0500
commite164447858aed9a18a8622c734f9dce6b77c1be1 (patch)
treea1642ed83fe0b67a7fbcf4738bfa5ba0e9387b76 /example.c
parent1909560348060a8968f4e21c128ce9c6fccab008 (diff)
Imported from libpng-1.0.10rc1.tar
Diffstat (limited to 'example.c')
-rw-r--r--example.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/example.c b/example.c
index 1e953c84e..953d2d75c 100644
--- a/example.c
+++ b/example.c
@@ -494,7 +494,7 @@ row_callback(png_structp png_ptr, png_bytep new_row,
* png_progressive_combine_row() passing in the row and the
* old row. You can call this function for NULL rows (it will
* just return) and for non-interlaced images (it just does the
- * memcpy for you) if it will make the code easier. Thus, you
+ * png_memcpy for you) if it will make the code easier. Thus, you
* can just do this for all cases:
*/