aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/bluetooth/hccontrol/link_control.c
diff options
context:
space:
mode:
authorMaksim Yevmenkin <emax@FreeBSD.org>2003-11-11 02:43:10 +0000
committerMaksim Yevmenkin <emax@FreeBSD.org>2003-11-11 02:43:10 +0000
commit0eff72054e391571f4b45393cdcc4a74d14573c8 (patch)
tree183d084f6970828a564e6b346d27c774ca20d12c /usr.sbin/bluetooth/hccontrol/link_control.c
parentb46b1a899f4eb9351eca8e81cd275f916bcc6613 (diff)
downloadsrc-0eff72054e391571f4b45393cdcc4a74d14573c8.tar.gz
src-0eff72054e391571f4b45393cdcc4a74d14573c8.zip
Fix few typos
Reviewed by: imp, julian, ru Approved by: imp (mentor)
Notes
Notes: svn path=/head/; revision=122451
Diffstat (limited to 'usr.sbin/bluetooth/hccontrol/link_control.c')
-rw-r--r--usr.sbin/bluetooth/hccontrol/link_control.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.sbin/bluetooth/hccontrol/link_control.c b/usr.sbin/bluetooth/hccontrol/link_control.c
index 0b8ec84fb09d..eaf7e8d1379a 100644
--- a/usr.sbin/bluetooth/hccontrol/link_control.c
+++ b/usr.sbin/bluetooth/hccontrol/link_control.c
@@ -951,13 +951,13 @@ struct hci_command link_control_commands[] = {
"\nThis command will obtain the values for the version information for the\n" \
"remote Bluetooth unit identified by the connection handle parameter. The\n" \
"connection handle must be a connection handle for an ACL connection.\n\n" \
-"\t<conneciton_handle> - dddd; connection handle",
+"\t<connection_handle> - dddd; connection handle",
&hci_read_remote_version_information
},
{
"read_clock_offset <connection_handle>",
-"\nThis command allows the Host to read clock offset to remote unit.\n" \
-"\t<conneciton_handle> - dddd; connection handle",
+"\nThis command allows the Host to read the clock offset from the remote unit.\n" \
+"\t<connection_handle> - dddd; connection handle",
&hci_read_clock_offset
},
{