qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] qom/object.h: fix comment of ObjectClass


From: Hu Tao
Subject: [Qemu-devel] [PATCH] qom/object.h: fix comment of ObjectClass
Date: Wed, 27 Feb 2013 18:48:42 +0800

It's now not true what the comment says.

Signed-off-by: Hu Tao <address@hidden>
---
 include/qom/object.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/include/qom/object.h b/include/qom/object.h
index cf094e7..ccebd90 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -347,8 +347,7 @@ typedef void (ObjectFree)(void *obj);
 /**
  * ObjectClass:
  *
- * The base for all classes.  The only thing that #ObjectClass contains is an
- * integer type handle.
+ * The base for all classes.
  */
 struct ObjectClass
 {
-- 
1.8.1.4




reply via email to

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