projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
791b7d2
)
qom: Fix comment typo
author
Changlong Xie
<xiecl.fnst@cn.fujitsu.com>
Tue, 14 Jun 2016 07:27:49 +0000
(15:27 +0800)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/include/qom/object.h
b/include/qom/object.h
index 2f8ac47c7c93eaa1626b2e895be9dcf38f0bdd31..5ecc2d166d0847b4859c4486380bfdb5130a3603 100644
(file)
--- 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