summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarcel Holtmann <marcel@holtmann.org>2004-10-26 21:30:57 +0000
committerMarcel Holtmann <marcel@holtmann.org>2004-10-26 21:30:57 +0000
commit1eccad4e5bd6f163a44e7b6e772993db5a37cf69 (patch)
treec20411f94ee52f3531f0a336a44e9603291152e5
parenta01d0b2417283b208e951db3a950cc0374b44b61 (diff)
Correct typo in comment
-rw-r--r--src/hci.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/hci.c b/src/hci.c
index 3ab433f0..d3892bbc 100644
--- a/src/hci.c
+++ b/src/hci.c
@@ -643,7 +643,7 @@ int hci_close_dev(int dd)
}
/* HCI functions that require open device
- * dd - Device descriptor returned by hci_dev_open. */
+ * dd - Device descriptor returned by hci_open_dev. */
int hci_send_cmd(int dd, uint16_t ogf, uint16_t ocf, uint8_t plen, void *param)
{