qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [Patch] Fix typo in qom/object.h


From: peter . chubb
Subject: [Qemu-devel] [Patch] Fix typo in qom/object.h
Date: Wed, 07 Aug 2013 12:33:42 +1000
User-agent: Wanderlust/2.15.9 (Almost Unreal) SEMI-EPG/1.14.7 (Harue) FLIM/1.14.9 (Gojō) APEL/10.8 EasyPG/1.0.0 Emacs/23.4 (x86_64-pc-linux-gnu) MULE/6.0 (HANACHIRUSATO)

There's been a cut-and-paste error, it looks like, in the documentation
in qom/object.h.  

Signed-off-by: Peter Chubb <address@hidden>

---
 include/qom/object.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: qemu/include/qom/object.h
===================================================================
--- qemu.orig/include/qom/object.h      2013-08-06 09:59:30.064467951 +1000
+++ qemu/include/qom/object.h   2013-08-07 12:29:46.678911807 +1000
@@ -249,7 +249,7 @@ typedef struct InterfaceInfo InterfaceIn
  *     MyClass parent_class;
  *
  *     MyDoSomething parent_do_something;
- * } MyClass;
+ * } DerivedClass;
  *
  * static void derived_do_something(MyState *obj)
  * {

--
Dr Peter Chubb                                  peter.chubb AT nicta.com.au
http://www.ssrg.nicta.com.au          Software Systems Research Group/NICTA




reply via email to

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