]> git.proxmox.com Git - mirror_qemu.git/commitdiff
object: Fix typo in qom/object.h
authorPeter Chubb <peter.chubb@nicta.com.au>
Wed, 7 Aug 2013 02:31:55 +0000 (12:31 +1000)
committerAndreas Färber <afaerber@suse.de>
Fri, 30 Aug 2013 18:14:37 +0000 (20:14 +0200)
There's been a cut-and-paste error, it looks like, in the documentation
in qom/object.h.

Signed-off-by: Peter Chubb <peter.chubb@nicta.com.au>
Signed-off-by: Andreas Färber <afaerber@suse.de>
include/qom/object.h

index 9b69065b7a0b7fd37a2b3197d8d9e35cc68ec8b5..48109dea74680e3c765cbe4247295a2bdde847b7 100644 (file)
@@ -249,7 +249,7 @@ typedef struct InterfaceInfo InterfaceInfo;
  *     MyClass parent_class;
  *
  *     MyDoSomething parent_do_something;
- * } MyClass;
+ * } DerivedClass;
  *
  * static void derived_do_something(MyState *obj)
  * {