From: Andreas Färber Date: Thu, 16 Feb 2012 17:03:18 +0000 (+0100) Subject: qom: Fix typo in Object's documentation X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~4526 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=a0dbf4083452cbbc8703f309c6b1f89abfa7cebe;p=sdk%2Femulator%2Fqemu.git qom: Fix typo in Object's documentation Fixes a warning from gtk-doc. Signed-off-by: Andreas Färber Signed-off-by: Anthony Liguori --- diff --git a/include/qemu/object.h b/include/qemu/object.h index 69cc2ab..c871254 100644 --- a/include/qemu/object.h +++ b/include/qemu/object.h @@ -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.