]> git.proxmox.com Git - qemu.git/commitdiff
qom: Fix typo in Object's documentation
authorAndreas Färber <afaerber@suse.de>
Thu, 16 Feb 2012 17:03:18 +0000 (18:03 +0100)
committerAnthony Liguori <aliguori@us.ibm.com>
Fri, 17 Feb 2012 15:58:21 +0000 (09:58 -0600)
Fixes a warning from gtk-doc.

Signed-off-by: Andreas Färber <afaerber@suse.de>
Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
include/qemu/object.h

index 69cc2abc66c5da9c78bed6ac3ab04d60faf8ca53..c8712540b504725660de612a7029e933e79bcbf9 100644 (file)
@@ -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.