qom: Fix typo, 'my_class_init' -> 'derived_class_init'
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>
This commit is contained in:
		
							parent
							
								
									09d5601771
								
							
						
					
					
						commit
						f824e8ed03
					
				| @ -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> | ||||
|  | ||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Zhoujian
						Zhoujian