diff options
author | Stephen Hemminger <stephen@networkplumber.org> | 2014-10-27 21:12:20 -0700 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2014-10-28 17:23:58 +0100 |
commit | 49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f (patch) | |
tree | 5a8b97cade928284128b218b87370ab93e88091c /net/bluetooth/hci_sock.c | |
parent | df092306d688438b39f7d433f24e091fa387afaf (diff) | |
download | talos-obmc-linux-49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f.tar.gz talos-obmc-linux-49c922bb1ec01ac3a98e5881f6c85ea7ef52d53f.zip |
Bluetooth: spelling fixes
Fix spelling errors in comments.
Signed-off-by: Stephen Hemminger <stephen@networkplumber.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'net/bluetooth/hci_sock.c')
-rw-r--r-- | net/bluetooth/hci_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_sock.c b/net/bluetooth/hci_sock.c index 115f149362ba..bbc4ac748263 100644 --- a/net/bluetooth/hci_sock.c +++ b/net/bluetooth/hci_sock.c @@ -987,7 +987,7 @@ static int hci_sock_sendmsg(struct kiocb *iocb, struct socket *sock, skb_queue_tail(&hdev->raw_q, skb); queue_work(hdev->workqueue, &hdev->tx_work); } else { - /* Stand-alone HCI commands must be flaged as + /* Stand-alone HCI commands must be flagged as * single-command requests. */ bt_cb(skb)->req.start = true; |