mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
Fix typos and misspellings
Fix various typos and misspellings. The bulk of these were found with codespell. Signed-off-by: Peter Maydell <peter.maydell@linaro.org> Reviewed-by: Stefan Weil <sw@weilnetz.de> Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
This commit is contained in:
parent
a7b66fa7ae
commit
085d813407
11 changed files with 15 additions and 15 deletions
|
@ -202,7 +202,7 @@ typedef struct InterfaceInfo InterfaceInfo;
|
|||
* Methods are always <emphasis>virtual</emphasis>. Overriding a method in
|
||||
* #TypeInfo.class_init of a subclass leads to any user of the class obtained
|
||||
* via OBJECT_GET_CLASS() accessing the overridden function.
|
||||
* The original function is not automatically invoked. It is the responsability
|
||||
* The original function is not automatically invoked. It is the responsibility
|
||||
* of the overriding class to determine whether and when to invoke the method
|
||||
* being overridden.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue