mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 15:53:54 -06:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue