qemu-devel
[Top][All Lists]
Advanced

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

[Qemu-devel] [PATCH] qom/object.c: fix a typo in comment


From: Hu Tao
Subject: [Qemu-devel] [PATCH] qom/object.c: fix a typo in comment
Date: Mon, 25 Feb 2013 17:20:03 +0800

Signed-off-by: Hu Tao <address@hidden>
---
 qom/object.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/qom/object.c b/qom/object.c
index 3d638ff..a90b131 100644
--- a/qom/object.c
+++ b/qom/object.c
@@ -189,7 +189,7 @@ static bool type_is_ancestor(TypeImpl *type, TypeImpl 
*target_type)
 {
     assert(target_type);
 
-    /* Check if typename is a direct ancestor of type */
+    /* Check if target_type is a direct ancestor of type */
     while (type) {
         if (type == target_type) {
             return true;
-- 
1.8.1.4




reply via email to

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