Skip to content
Snippets Groups Projects
Commit ada03a0e authored by Changlong Xie's avatar Changlong Xie Committed by Andreas Färber
Browse files

qom: Fix comment typo


It's qom_unref, not qdef_unref.

Signed-off-by: default avatarChanglong Xie <xiecl.fnst@cn.fujitsu.com>
Reviewed-by: default avatarLaurent Vivier <lvivier@redhat.com>
Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
parent 791b7d23
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment