Sfoglia il codice sorgente

2004-09-13 Zoltan Varga <[email protected]>

	* image.c (mono_image_addref): Fix comment.

svn path=/trunk/mono/; revision=33814
Zoltan Varga 21 anni fa
parent
commit
85a852e5f3
2 ha cambiato i file con 3 aggiunte e 1 eliminazioni
  1. 2 0
      mono/metadata/ChangeLog
  2. 1 1
      mono/metadata/image.c

+ 2 - 0
mono/metadata/ChangeLog

@@ -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.
 

+ 1 - 1
mono/metadata/image.c

@@ -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.