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>
This commit is contained in:
Peter Chubb 2013-08-07 12:31:55 +10:00 committed by Andreas Färber
parent 4ff78e0dbc
commit 70392912ed
1 changed files with 1 additions and 1 deletions

View 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)
* {