diff mbox

Fix spelling in comment

Message ID 1253207213-11022-1-git-send-email-weil@mail.berlios.de
State Superseded
Headers show

Commit Message

Stefan Weil Sept. 17, 2009, 5:06 p.m. UTC
replace Convery -> Convert

Cc: Paul Brook <paul@codesourcery.com>
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
---
 hw/qdev.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff mbox

Patch

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[ \