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:
parent
4ff78e0dbc
commit
70392912ed
@ -249,7 +249,7 @@ typedef struct InterfaceInfo InterfaceInfo;
|
||||
* MyClass parent_class;
|
||||
*
|
||||
* MyDoSomething parent_do_something;
|
||||
* } MyClass;
|
||||
* } DerivedClass;
|
||||
*
|
||||
* static void derived_do_something(MyState *obj)
|
||||
* {
|
||||
|
Loading…
Reference in New Issue
Block a user