From: Peter Chubb Date: Wed, 7 Aug 2013 02:31:55 +0000 (+1000) Subject: object: Fix typo in qom/object.h X-Git-Tag: TizenStudio_2.0_p2.3.2~208^2~1371^2~16 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=70392912eddf4e19801b2e96c0156fea634b4e59;p=sdk%2Femulator%2Fqemu.git object: Fix typo in qom/object.h There's been a cut-and-paste error, it looks like, in the documentation in qom/object.h. Signed-off-by: Peter Chubb Signed-off-by: Andreas Färber --- diff --git a/include/qom/object.h b/include/qom/object.h index 9b69065..48109de 100644 --- a/include/qom/object.h +++ b/include/qom/object.h @@ -249,7 +249,7 @@ typedef struct InterfaceInfo InterfaceInfo; * MyClass parent_class; * * MyDoSomething parent_do_something; - * } MyClass; + * } DerivedClass; * * static void derived_do_something(MyState *obj) * {