diff options
| author | Stefan Weil <weil@mail.berlios.de> | 2009-09-17 19:06:53 +0200 |
|---|---|---|
| committer | Aurelien Jarno <aurelien@aurel32.net> | 2009-09-25 16:34:20 +0200 |
| commit | 979ba184aaa1746f13c79cde6eb4aa4ac758823c (patch) | |
| tree | 8f17a33718e77d9255b447aa3999180c32d6ef23 /hw/qdev.h | |
| parent | d89c682f204a7a84e25cb3ecd35c7f7b94db2b4d (diff) | |
| download | focaccia-qemu-979ba184aaa1746f13c79cde6eb4aa4ac758823c.tar.gz focaccia-qemu-979ba184aaa1746f13c79cde6eb4aa4ac758823c.zip | |
Fix spelling in comment
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>
Diffstat (limited to 'hw/qdev.h')
| -rw-r--r-- | hw/qdev.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/qdev.h b/hw/qdev.h index 623ded52fe..dfdad90fbd 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[ \ |