diff mbox

qom/object.h: fix comment of ObjectClass

Message ID 1361962122-23155-1-git-send-email-hutao@cn.fujitsu.com
State New
Headers show

Commit Message

Hu Tao Feb. 27, 2013, 10:48 a.m. UTC
It's now not true what the comment says.

Signed-off-by: Hu Tao <hutao@cn.fujitsu.com>
---
 include/qom/object.h | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
diff mbox

Patch

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
 {