diff options
author | Jorrit Schippers <jorrit@ncode.nl> | 2012-12-27 17:33:02 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-01-03 16:15:49 +0100 |
commit | d82603c6da7579c50ebe3fe7da6e3e267d9f6427 (patch) | |
tree | 9bf2bb015fa7171440d5cb9be2e572faa44dd488 /net/bluetooth/hci_core.c | |
parent | 145bfa9d16cb1277cc98197f9bd048feacba3b8a (diff) |
treewide: Replace incomming with incoming in all comments and strings
Signed-off-by: Jorrit Schippers <jorrit@ncode.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/bluetooth/hci_core.c')
-rw-r--r-- | net/bluetooth/hci_core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/hci_core.c b/net/bluetooth/hci_core.c index 8a0ce706aeb..8de421d28cb 100644 --- a/net/bluetooth/hci_core.c +++ b/net/bluetooth/hci_core.c @@ -1855,7 +1855,7 @@ int hci_recv_frame(struct sk_buff *skb) return -ENXIO; } - /* Incomming skb */ + /* Incoming skb */ bt_cb(skb)->incoming = 1; /* Time stamp */ |