From: Changlong Xie <[email protected]>

It's qom_unref, not qdef_unref.

Signed-off-by: Changlong Xie <[email protected]>
Reviewed-by: Laurent Vivier <[email protected]>
Signed-off-by: Andreas Färber <[email protected]>
---
 include/qom/object.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/qom/object.h b/include/qom/object.h
index 2f8ac47..5ecc2d1 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -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
-- 
2.6.6


Reply via email to