hw/bt/hci: spelling fix: endianness

Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
This commit is contained in:
Michael Tokarev 2016-06-13 12:42:27 +03:00 committed by Michael Tokarev
parent 37e3645ad3
commit 270a4b6739
1 changed files with 1 additions and 1 deletions

View File

@ -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