提交 f824e8ed 编写于 作者: Z Zhoujian 提交者: Andreas Färber

qom: Fix typo, 'my_class_init' -> 'derived_class_init'

Signed-off-by: NZhoujian <jianjay.zhou@huawei.com>
Signed-off-by: NGonglei <arei.gonglei@huawei.com>
Signed-off-by: NAndreas Färber <afaerber@suse.de>
上级 09d56017
......@@ -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>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册