From 989ff1d03d9f46ccf09652946af0916330f9521e Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Wed, 2 Apr 2014 12:29:58 +0200 Subject: [PATCH] tools/btmgmt: Fix bogus comment in eir_get_flags function This was due to copy-and-paste. --- tools/btmgmt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/btmgmt.c b/tools/btmgmt.c index aee6841a5..48d42a30c 100644 --- a/tools/btmgmt.c +++ b/tools/btmgmt.c @@ -360,7 +360,7 @@ static unsigned int eir_get_flags(const uint8_t *eir, uint16_t eir_len) if (parsed > eir_len) break; - /* Check for short of complete name */ + /* Check for flags */ if (eir[1] == 0x01) return eir[2]; -- 2.47.3