* image.c (mono_image_addref): Fix comment. svn path=/trunk/mono/; revision=33814
@@ -1,5 +1,7 @@
2004-09-13 Zoltan Varga <[email protected]>
+ * image.c (mono_image_addref): Fix comment.
+
* metadata.c (mono_metadata_parse_type): Avoid memory allocations if
possible.
@@ -918,7 +918,7 @@ free_mr_signatures (gpointer key, gpointer val, gpointer user_data)
}
/**
- * mono_image_close:
+ * mono_image_addref:
* @image: The image file we wish to add a reference to
*
* Increases the reference count of an image.