object: Fix typo in qom/object.h
authorPeter Chubb <peter.chubb@nicta.com.au>
Wed, 7 Aug 2013 02:31:55 +0000 (12:31 +1000)
committerAndreas Färber <afaerber@suse.de>
Fri, 30 Aug 2013 18:14:37 +0000 (20:14 +0200)
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>
include/qom/object.h

index 9b69065..48109de 100644 (file)
@@ -249,7 +249,7 @@ typedef struct InterfaceInfo InterfaceInfo;
  *     MyClass parent_class;
  *
  *     MyDoSomething parent_do_something;
- * } MyClass;
+ * } DerivedClass;
  *
  * static void derived_do_something(MyState *obj)
  * {