Bluetooth: fixing minor typo in comment
authorAlain Michaud <alainm@chromium.org>
Fri, 3 Apr 2020 13:49:05 +0000 (13:49 +0000)
committerMarcel Holtmann <marcel@holtmann.org>
Fri, 3 Apr 2020 13:49:56 +0000 (15:49 +0200)
This changes a simple typo in hci_event.c

Signed-off-by: Alain Michaud <alainm@chromium.org>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
net/bluetooth/hci_event.c

index 0a591be8b0ae2cacde155e2d07161e4779bb0cde..ddf77304aa8efb5fb0235489b93c8ba1ce51db2e 100644 (file)
@@ -5269,7 +5269,7 @@ static struct hci_conn *check_pending_le_conn(struct hci_dev *hdev,
                case HCI_AUTO_CONN_ALWAYS:
                        /* Devices advertising with ADV_IND or ADV_DIRECT_IND
                         * are triggering a connection attempt. This means
-                        * that incoming connectioms from slave device are
+                        * that incoming connections from slave device are
                         * accepted and also outgoing connections to slave
                         * devices are established when found.
                         */