Skip to content
Snippets Groups Projects
Commit 441dd5eb authored by Stefan Weil's avatar Stefan Weil Committed by Stefan Hajnoczi
Browse files

qom: Fix spelling in documentation


This fixes a new spelling issue which was detected by codespell.

Signed-off-by: default avatarStefan Weil <sw@weilnetz.de>
Signed-off-by: default avatarStefan Hajnoczi <stefanha@linux.vnet.ibm.com>
parent 12f30833
No related branches found
No related tags found
No related merge requests found
......@@ -288,7 +288,7 @@ struct Object
* implementing an explicit class type if they are not adding additional
* virtual functions.
* @class_init: This function is called after all parent class initialization
* has occured to allow a class to set its default virtual method pointers.
* has occurred to allow a class to set its default virtual method pointers.
* This is also the function to use to override virtual methods from a parent
* class.
* @class_finalize: This function is called during class destruction and is
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment