Fix doc comment annotations for test_struct_b_clone()
authorOwen Taylor <otaylor@src.gnome.org>
Mon, 17 Nov 2008 23:24:17 +0000 (23:24 +0000)
committerOwen Taylor <otaylor@src.gnome.org>
Mon, 17 Nov 2008 23:24:17 +0000 (23:24 +0000)
* tests/everything/everything.c: Fix doc comment annotations
for test_struct_b_clone() to refer to the right function.

svn path=/trunk/; revision=941

ChangeLog
tests/everything/everything.c

index c3c7333..383e564 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-11-17  Owen Taylor  <otaylor@redhat.com>
+
+       * tests/everything/everything.c: Fix doc comment annotations
+       for test_struct_b_clone() to refer to the right function.
+
 2008-11-17  Dan Winship  <danw@gnome.org>
 
        * giscanner/glibtransformer.py (GLibTransformer.__init__): fix
index 8629696..32e8e82 100644 (file)
@@ -407,11 +407,11 @@ test_struct_a_clone (TestStructA *a,
 }
 
 /**
- * test_struct_a_clone:
- * @a: the structure
+ * test_struct_b_clone:
+ * @b: the structure
  * @b_out: (out): the cloned structure
  *
- * Make a copy of a TestStructA
+ * Make a copy of a TestStructB
  */
 void
 test_struct_b_clone (TestStructB *b,