]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
qom: Fix comment typo
authorChanglong Xie <xiecl.fnst@cn.fujitsu.com>
Tue, 14 Jun 2016 07:27:49 +0000 (15:27 +0800)
committerAndreas Färber <afaerber@suse.de>
Wed, 6 Jul 2016 07:19:35 +0000 (09:19 +0200)
It's qom_unref, not qdef_unref.

Signed-off-by: Changlong Xie <xiecl.fnst@cn.fujitsu.com>
Reviewed-by: Laurent Vivier <lvivier@redhat.com>
Signed-off-by: Andreas Färber <afaerber@suse.de>
include/qom/object.h

index 2f8ac47c7c93eaa1626b2e895be9dcf38f0bdd31..5ecc2d166d0847b4859c4486380bfdb5130a3603 100644 (file)
@@ -901,7 +901,7 @@ GSList *object_class_get_list(const char *implements_type,
 void object_ref(Object *obj);
 
 /**
- * qdef_unref:
+ * object_unref:
  * @obj: the object
  *
  * Decrease the reference count of a object.  A object cannot be freed as long