Diff between aca6d609da4ebfb23a995c76efa90b0c3e424151 and 989ff1d03d9f46ccf09652946af0916330f9521e

Changed Files

File Additions Deletions Status
tools/btmgmt.c +1 -1 modified

Full Patch

diff --git a/tools/btmgmt.c b/tools/btmgmt.c
index aee6841..48d42a3 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];