Commit a0dbf408 authored by Andreas Färber's avatar Andreas Färber Committed by Anthony Liguori
Browse files

qom: Fix typo in Object's documentation



Fixes a warning from gtk-doc.

Signed-off-by: default avatarAndreas Färber <afaerber@suse.de>
Signed-off-by: default avatarAnthony Liguori <aliguori@us.ibm.com>
parent 4dcc3f58
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.