summaryrefslogtreecommitdiffstats
path: root/include/qom
diff options
context:
space:
mode:
authorPeter Chubb <peter.chubb@nicta.com.au>2013-08-07 12:31:55 +1000
committerAndreas Färber <afaerber@suse.de>2013-08-30 20:14:37 +0200
commit70392912eddf4e19801b2e96c0156fea634b4e59 (patch)
tree97bd14081fd20900273baf8bf9ab30fce13202f9 /include/qom
parent4ff78e0dbcd5c795962567fdc1b31e9e03c55b07 (diff)
downloadhqemu-70392912eddf4e19801b2e96c0156fea634b4e59.zip
hqemu-70392912eddf4e19801b2e96c0156fea634b4e59.tar.gz
object: Fix typo in qom/object.h
There's been a cut-and-paste error, it looks like, in the documentation in qom/object.h. Signed-off-by: Peter Chubb <peter.chubb@nicta.com.au> Signed-off-by: Andreas Färber <afaerber@suse.de>
Diffstat (limited to 'include/qom')
-rw-r--r--include/qom/object.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/qom/object.h b/include/qom/object.h
index 9b69065..48109de 100644
--- a/include/qom/object.h
+++ b/include/qom/object.h
@@ -249,7 +249,7 @@ typedef struct InterfaceInfo InterfaceInfo;
* MyClass parent_class;
*
* MyDoSomething parent_do_something;
- * } MyClass;
+ * } DerivedClass;
*
* static void derived_do_something(MyState *obj)
* {
OpenPOWER on IntegriCloud