From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1MoKRn-0006ot-0w for qemu-devel@nongnu.org; Thu, 17 Sep 2009 13:07:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1MoKRi-0006it-EA for qemu-devel@nongnu.org; Thu, 17 Sep 2009 13:07:06 -0400 Received: from [199.232.76.173] (port=48695 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1MoKRi-0006id-6T for qemu-devel@nongnu.org; Thu, 17 Sep 2009 13:07:02 -0400 Received: from moutng.kundenserver.de ([212.227.126.188]:50812) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1MoKRh-000136-GQ for qemu-devel@nongnu.org; Thu, 17 Sep 2009 13:07:01 -0400 From: Stefan Weil Date: Thu, 17 Sep 2009 19:06:53 +0200 Message-Id: <1253207213-11022-1-git-send-email-weil@mail.berlios.de> Subject: [Qemu-devel] [PATCH] Fix spelling in comment List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: QEMU Developers Cc: Paul Brook replace Convery -> Convert Cc: Paul Brook Signed-off-by: Stefan Weil --- hw/qdev.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) 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[ \ -- 1.5.6.5