mirror of
https://gitlab.com/qemu-project/qemu
synced 2024-11-05 20:35:44 +00:00
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>
This commit is contained in:
parent
d89c682f20
commit
979ba184aa
1 changed files with 1 additions and 1 deletions
|
@ -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[ \
|
||||
|
|
Loading…
Reference in a new issue