qemu-commits
[Top][All Lists]
Advanced

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

[Qemu-commits] [COMMIT 979ba18] Fix spelling in comment


From: Anthony Liguori
Subject: [Qemu-commits] [COMMIT 979ba18] Fix spelling in comment
Date: Fri, 25 Sep 2009 14:39:06 -0000

From: Stefan Weil <address@hidden>

replace Convery -> Convert

Cc: Paul Brook <address@hidden>
Signed-off-by: Stefan Weil <address@hidden>
Signed-off-by: Aurelien Jarno <address@hidden>

diff --git a/hw/qdev.h b/hw/qdev.h
index 623ded5..dfdad90 100644
--- a/hw/qdev.h
+++ b/hw/qdev.h
@@ -132,7 +132,7 @@ CharDriverState *qdev_init_chardev(DeviceState *dev);
 
 BusState *qdev_get_parent_bus(DeviceState *dev);
 
-/* Convery from a base type to a parent type, with compile time checking.  */
+/* Convert from a base type to a parent type, with compile time checking.  */
 #ifdef __GNUC__
 #define DO_UPCAST(type, field, dev) ( __extension__ ( { \
     char __attribute__((unused)) offset_must_be_zero[ \




reply via email to

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