projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4ff78e0
)
object: Fix typo in qom/object.h
author
Peter Chubb
<peter.chubb@nicta.com.au>
Wed, 7 Aug 2013 02:31:55 +0000
(12:31 +1000)
committer
Andreas 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
patch
|
blob
|
history
diff --git
a/include/qom/object.h
b/include/qom/object.h
index 9b69065b7a0b7fd37a2b3197d8d9e35cc68ec8b5..48109dea74680e3c765cbe4247295a2bdde847b7 100644
(file)
--- 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;
- * }
My
Class;
+ * }
Derived
Class;
*
* static void derived_do_something(MyState *obj)
* {