fix a typo
authorMatthias Clasen <mclasen@redhat.com>
Thu, 17 Jun 2010 19:51:37 +0000 (15:51 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Thu, 17 Jun 2010 19:53:08 +0000 (15:53 -0400)
gobject/gvaluetypes.c

index 925a503..6c54a27 100644 (file)
@@ -1225,7 +1225,7 @@ g_value_get_variant (const GValue *value)
 }
 
 /**
- * g_value_get_variant:
+ * g_value_dup_variant:
  * @value: a valid #GValue of %G_TYPE_VARIANT
  *
  * Get the contents of a variant #GValue, increasing its refcount.