summaryrefslogtreecommitdiffstats
path: root/usr.sbin/bluetooth/hccontrol
diff options
context:
space:
mode:
authorstefanf <stefanf@FreeBSD.org>2011-12-31 12:12:41 +0000
committerstefanf <stefanf@FreeBSD.org>2011-12-31 12:12:41 +0000
commitf6346713079680d80245405ac41d4f6362f443ac (patch)
tree018dcd575d3b64db6bd38d471715da47137f5160 /usr.sbin/bluetooth/hccontrol
parent8a799f2a2fc40cc67b9553f01a90520534216440 (diff)
downloadFreeBSD-src-f6346713079680d80245405ac41d4f6362f443ac.zip
FreeBSD-src-f6346713079680d80245405ac41d4f6362f443ac.tar.gz
Fix typos in command descriptions.
Diffstat (limited to 'usr.sbin/bluetooth/hccontrol')
-rw-r--r--usr.sbin/bluetooth/hccontrol/host_controller_baseband.c4
1 files 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 fe600a1..aae5dd1 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<interval> - Range: 0x0012 -- 0x100, Time = N * 0.625 msec\n" \
-"\t<window> - Range: 0x0012 -- 0x100, Time = N * 0.625 msen",
+"\t<window> - 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<interval> - Range: 0x0012 -- 0x100, Time = N * 0.625 msec\n" \
-"\t<window> - Range: 0x0012 -- 0x100, Time = N * 0.625 msen",
+"\t<window> - Range: 0x0012 -- 0x100, Time = N * 0.625 msec",
&hci_write_inquiry_scan_activity
},
{
OpenPOWER on IntegriCloud