summaryrefslogtreecommitdiff
path: root/example.c
diff options
context:
space:
mode:
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:
*/