diff options
| author | Andreas Färber <afaerber@suse.de> | 2012-02-16 18:03:18 +0100 |
|---|---|---|
| committer | Anthony Liguori <aliguori@us.ibm.com> | 2012-02-17 09:58:21 -0600 |
| commit | a0dbf4083452cbbc8703f309c6b1f89abfa7cebe (patch) | |
| tree | 08ff9a6817c848b2ba8332c8b4a6df4d266818c2 | |
| parent | 4dcc3f5876fa638d5c35bd47be3b717ea74cc2e7 (diff) | |
| download | focaccia-qemu-a0dbf4083452cbbc8703f309c6b1f89abfa7cebe.tar.gz focaccia-qemu-a0dbf4083452cbbc8703f309c6b1f89abfa7cebe.zip | |
qom: Fix typo in Object's documentation
Fixes a warning from gtk-doc. Signed-off-by: Andreas Färber <afaerber@suse.de> Signed-off-by: Anthony Liguori <aliguori@us.ibm.com>
| -rw-r--r-- | include/qemu/object.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. |