mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-03 07:43:54 -06:00
qom: Fix typo in Object's documentation
Fixes a warning from gtk-doc. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
This commit is contained in:
parent
4dcc3f5876
commit
a0dbf40834
1 changed files with 1 additions and 1 deletions
|
@ -330,7 +330,7 @@ struct TypeInfo
|
|||
|
||||
/**
|
||||
* OBJECT_CLASS:
|
||||
* @class: A derivative of #ObjectClas.
|
||||
* @class: A derivative of #ObjectClass.
|
||||
*
|
||||
* Converts a class to an #ObjectClass. Since all objects are #Objects,
|
||||
* this function will always succeed.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue