mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-02 23:33:54 -06:00
Fix trivial "endianness bugs"
Replace endianess -> endianness. Signed-off-by: Stefan Weil <weil@mail.berlios.de> Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
This commit is contained in:
parent
2055283bcc
commit
4ff9786c67
5 changed files with 15 additions and 15 deletions
|
@ -464,7 +464,7 @@ static int usb_host_scan(void *opaque, USBScanFunc *func)
|
|||
printf("usb_host_scan: couldn't get device information for %s - %s\n",
|
||||
devbuf, strerror(errno));
|
||||
|
||||
// XXX: might need to fixup endianess of word values before copying over
|
||||
/* XXX: might need to fixup endianness of word values before copying over */
|
||||
|
||||
vendor_id = dev_info.udi_vendorNo;
|
||||
product_id = dev_info.udi_productNo;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue