diff options
author | Stefan Weil <weil@mail.berlios.de> | 2011-03-13 15:44:02 +0100 |
---|---|---|
committer | Aurelien Jarno <aurelien@aurel32.net> | 2011-04-03 21:42:57 +0200 |
commit | 4ff9786c67f7c7180f33ec146e9acc9ce90adfa9 (patch) | |
tree | ea0d8ee051b025347f3ea54c280ac9fa41735788 /usb-bsd.c | |
parent | 2055283bcc8292fd63c772ed90a2502f427b2174 (diff) |
Fix trivial "endianness bugs"
Replace endianess -> endianness.
Signed-off-by: Stefan Weil <weil@mail.berlios.de>
Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
Diffstat (limited to 'usb-bsd.c')
-rw-r--r-- | usb-bsd.c | 2 |
1 files changed, 1 insertions, 1 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; |