From: Andreas Färber Date: Thu, 16 Feb 2012 17:03:18 +0000 (+0100) Subject: qom: Fix typo in Object's documentation X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=a0dbf4083452cbbc8703f309c6b1f89abfa7cebe;p=qemu.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 69cc2abc66..c8712540b5 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.