From b531135435da761f3b4e07372986281d53eb25b5 Mon Sep 17 00:00:00 2001 From: Marcel Holtmann Date: Tue, 22 Feb 2005 11:11:04 +0000 Subject: [PATCH] hcidump: Correct a small typo --- tools/parser/hci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/parser/hci.c b/tools/parser/hci.c index 23cd75b01..bec325197 100644 --- a/tools/parser/hci.c +++ b/tools/parser/hci.c @@ -911,7 +911,7 @@ static inline void read_local_version_dump(int level, struct frame *frm) printf("Error: %s\n", status2str(rp->status)); } else { p_indent(level, frm); - printf("HCI Version: %s (0x%x) LMP Revision: 0x%x\n", + printf("HCI Version: %s (0x%x) HCI Revision: 0x%x\n", hci_vertostr(rp->hci_ver), rp->hci_ver, btohs(rp->hci_rev)); p_indent(level, frm); -- 2.47.3