diff options
author | Michael Tokarev <mjt@tls.msk.ru> | 2016-06-13 12:42:27 +0300 |
---|---|---|
committer | Michael Tokarev <mjt@gandalf> | 2016-09-13 18:12:34 +0300 |
commit | 270a4b6739462d30a63033aa29e983c03d5104df (patch) | |
tree | 02935cf9a96a357c84f365c4eb309dcfc0894410 /hw/bt | |
parent | 37e3645ad3974db6008c212edf68c7f9da1bedc7 (diff) |
hw/bt/hci: spelling fix: endianness
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'hw/bt')
-rw-r--r-- | hw/bt/hci.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bt/hci.c b/hw/bt/hci.c index 351123fab7..476ebec0ab 100644 --- a/hw/bt/hci.c +++ b/hw/bt/hci.c @@ -421,7 +421,7 @@ static void bt_submit_raw_acl(struct bt_piconet_s *net, int length, uint8_t *dat /* HCI layer emulation */ -/* Note: we could ignore endiannes because unswapped handles will still +/* Note: we could ignore endianness because unswapped handles will still * be valid as connection identifiers for the guest - they don't have to * be continuously allocated. We do it though, to preserve similar * behaviour between hosts. Some things, like the BD_ADDR cannot be |