From a0dbf4083452cbbc8703f309c6b1f89abfa7cebe Mon Sep 17 00:00:00 2001 From: =?utf8?q?Andreas=20F=C3=A4rber?= Date: Thu, 16 Feb 2012 18:03:18 +0100 Subject: [PATCH] qom: Fix typo in Object's documentation MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Fixes a warning from gtk-doc. Signed-off-by: Andreas Färber Signed-off-by: Anthony Liguori --- include/qemu/object.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.7.4