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:
Andreas Färber 2012-02-16 18:03:18 +01:00 committed by Anthony Liguori
parent 4dcc3f5876
commit a0dbf40834

View File

@ -330,7 +330,7 @@ struct TypeInfo
/** /**
* OBJECT_CLASS: * OBJECT_CLASS:
* @class: A derivative of #ObjectClas. * @class: A derivative of #ObjectClass.
* *
* Converts a class to an #ObjectClass. Since all objects are #Objects, * Converts a class to an #ObjectClass. Since all objects are #Objects,
* this function will always succeed. * this function will always succeed.