projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
09d5601
)
qom: Fix typo, 'my_class_init' -> 'derived_class_init'
author
Zhoujian
<jianjay.zhou@huawei.com>
Thu, 12 Feb 2015 07:43:02 +0000
(15:43 +0800)
committer
Andreas Färber
<afaerber@suse.de>
Mon, 16 Feb 2015 14:07:09 +0000
(15:07 +0100)
Signed-off-by: Zhoujian <jianjay.zhou@huawei.com>
Signed-off-by: Gonglei <arei.gonglei@huawei.com>
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 89c3092967e152a88e458b46b7ab3d4ad35dbfb9..87575735fe3fb59372017ba834c1ecbe5df1030b 100644
(file)
--- a/
include/qom/object.h
+++ b/
include/qom/object.h
@@
-273,7
+273,7
@@
typedef struct InterfaceInfo InterfaceInfo;
* .name = TYPE_DERIVED,
* .parent = TYPE_MY,
* .class_size = sizeof(DerivedClass),
- * .class_init =
my
_class_init,
+ * .class_init =
derived
_class_init,
* };
* </programlisting>
* </example>