qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH] qom/object: fix comment typo


From: Changlong Xie
Subject: [Qemu-trivial] [PATCH] qom/object: fix comment typo
Date: Tue, 14 Jun 2016 15:27:49 +0800

Signed-off-by: Changlong Xie <address@hidden>
---
 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 99de539..925c279 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
-- 
1.9.3






reply via email to

[Prev in Thread] Current Thread [Next in Thread]