From 2ca07642f1f31bde904a3ed57ddbaab2165bada4 Mon Sep 17 00:00:00 2001 From: Changlong Xie Date: Sun, 25 Feb 2018 00:45:56 -0500 Subject: [PATCH] qom: Fix comment typo It's qom_unref, not qdef_unref. Backports commit ada03a0e8423ef8950e30d216f56a9661a4070e2 from qemu --- qemu/include/qom/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qemu/include/qom/object.h b/qemu/include/qom/object.h index c7aab863..3c25dfa7 100644 --- a/qemu/include/qom/object.h +++ b/qemu/include/qom/object.h @@ -764,7 +764,7 @@ GSList *object_class_get_list(struct uc_struct *uc, 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