qemu-trivial
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-trivial] [PATCH 1/2] qom: Fix typo in Object's documentation


From: Andreas Färber
Subject: [Qemu-trivial] [PATCH 1/2] qom: Fix typo in Object's documentation
Date: Thu, 16 Feb 2012 18:03:18 +0100

Fixes a warning from gtk-doc.

Signed-off-by: Andreas Färber <address@hidden>
---
 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 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.
-- 
1.7.7




reply via email to

[Prev in Thread] Current Thread [Next in Thread]