From: Changlong Xie Date: Tue, 14 Jun 2016 07:27:49 +0000 (+0800) Subject: qom: Fix comment typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=ada03a0e8423ef8950e30d216f56a9661a4070e2;p=qemu.git qom: Fix comment typo It's qom_unref, not qdef_unref. Signed-off-by: Changlong Xie Reviewed-by: Laurent Vivier Signed-off-by: Andreas Färber --- diff --git a/include/qom/object.h b/include/qom/object.h index 2f8ac47c7c..5ecc2d166d 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