projects
/
sdk
/
emulator
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4dcc3f5
)
qom: Fix typo in Object's documentation
author
Andreas Färber
<afaerber@suse.de>
Thu, 16 Feb 2012 17:03:18 +0000
(18:03 +0100)
committer
Anthony 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
patch
|
blob
|
history
diff --git
a/include/qemu/object.h
b/include/qemu/object.h
index 69cc2abc66c5da9c78bed6ac3ab04d60faf8ca53..c8712540b504725660de612a7029e933e79bcbf9 100644
(file)
--- 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 #ObjectClas
s
.
*
* Converts a class to an #ObjectClass. Since all objects are #Objects,
* this function will always succeed.