From: Stefan Weil Date: Thu, 17 Sep 2009 17:06:53 +0000 (+0200) Subject: Fix spelling in comment X-Git-Tag: v0.12.0-rc0~1041 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=979ba184aaa1746f13c79cde6eb4aa4ac758823c;p=thirdparty%2Fqemu.git Fix spelling in comment replace Convery -> Convert Cc: Paul Brook Signed-off-by: Stefan Weil Signed-off-by: Aurelien Jarno --- diff --git a/hw/qdev.h b/hw/qdev.h index 623ded52fe4..dfdad90fbd5 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[ \