OSDN Git Service

hw/bt/hci: spelling fix: endianness
authorMichael Tokarev <mjt@tls.msk.ru>
Mon, 13 Jun 2016 09:42:27 +0000 (12:42 +0300)
committerMichael Tokarev <mjt@gandalf>
Tue, 13 Sep 2016 15:12:34 +0000 (18:12 +0300)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
hw/bt/hci.c

index 351123f..476ebec 100644 (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