diff options
Diffstat (limited to 'include/qemu/object.h')
-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. |