Fix spelling in comment
authorStefan Weil <weil@mail.berlios.de>
Thu, 17 Sep 2009 17:06:53 +0000 (19:06 +0200)
committerAurelien Jarno <aurelien@aurel32.net>
Fri, 25 Sep 2009 14:34:20 +0000 (16:34 +0200)
replace Convery -> Convert

Cc: Paul Brook <paul@codesourcery.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
hw/qdev.h

index 623ded5..dfdad90 100644 (file)
--- 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[ \