Bluetooth: Fix typos in code comments
Change-Id: I38fd93796f4f5efb361ed85a8f9a2f7804af61cf Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
parent
d7555dbe21
commit
079ba81fd1
1 changed files with 1 additions and 1 deletions
|
@ -200,7 +200,7 @@ static struct bt_keys *bt_keys_get_addr_br(const bt_addr_t *addr)
|
|||
|
||||
/*
|
||||
* BT_ADDR_LE_ANY has the same type of as BT_ADDR_LE_PUBLIC
|
||||
* value. No need to make redudant comparision against
|
||||
* value. No need to make redundant comparison against
|
||||
* BT_ADDR_LE_PUBLIC.
|
||||
*/
|
||||
if (!bt_addr_le_cmp(&keys->addr, BT_ADDR_LE_ANY)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue