Bluetooth: Fix typos in code comments

Change-Id: I38fd93796f4f5efb361ed85a8f9a2f7804af61cf
Signed-off-by: Szymon Janc <ext.szymon.janc@tieto.com>
This commit is contained in:
Szymon Janc 2016-08-03 16:23:19 +02:00 committed by Inaky Perez-Gonzalez
commit 079ba81fd1

View file

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