From 45360108f839e3bf58a9e71bcd94e791ecd7b433 Mon Sep 17 00:00:00 2001 From: Stefan Farfeleder Date: Sat, 31 Dec 2011 12:12:41 +0000 Subject: [PATCH] Fix typos in command descriptions. --- usr.sbin/bluetooth/hccontrol/host_controller_baseband.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c b/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c index fe600a195ec..aae5dd1457e 100644 --- a/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c +++ b/usr.sbin/bluetooth/hccontrol/host_controller_baseband.c @@ -1633,7 +1633,7 @@ struct hci_command host_controller_baseband_commands[] = { "defines the amount of time for the duration of the page scan. \n" \ "The Page_Scan_Window can only be less than or equal to the Page_Scan_Interval.\n\n" \ "\t - Range: 0x0012 -- 0x100, Time = N * 0.625 msec\n" \ -"\t - Range: 0x0012 -- 0x100, Time = N * 0.625 msen", +"\t - Range: 0x0012 -- 0x100, Time = N * 0.625 msec", &hci_write_page_scan_activity }, { @@ -1655,7 +1655,7 @@ struct hci_command host_controller_baseband_commands[] = { "parameter defines the amount of time for the duration of the inquiry scan.\n" \ "The Inquiry_Scan_Window can only be less than or equal to the Inquiry_Scan_Interval.\n\n" \ "\t - Range: 0x0012 -- 0x100, Time = N * 0.625 msec\n" \ -"\t - Range: 0x0012 -- 0x100, Time = N * 0.625 msen", +"\t - Range: 0x0012 -- 0x100, Time = N * 0.625 msec", &hci_write_inquiry_scan_activity }, {