diff mbox series

Bluetooth: fix a grammar mistake

Message ID 20210616082524.10754-1-13145886936@163.com
State New
Headers show
Series Bluetooth: fix a grammar mistake | expand

Commit Message

gushengxian June 16, 2021, 8:25 a.m. UTC
From: gushengxian <gushengxian@yulong.com>

Fix a grammar mistake.

Signed-off-by: gushengxian <gushengxian@yulong.com>
---
 net/bluetooth/hci_event.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/net/bluetooth/hci_event.c b/net/bluetooth/hci_event.c
index 98ec486743ba..a33838a72f19 100644
--- a/net/bluetooth/hci_event.c
+++ b/net/bluetooth/hci_event.c
@@ -5780,7 +5780,7 @@  static void hci_le_remote_feat_complete_evt(struct hci_dev *hdev,
 			 * for unsupported remote feature gets returned.
 			 *
 			 * In this specific case, allow the connection to
-			 * transition into connected state and mark it as
+			 * transit into connected state and mark it as
 			 * successful.
 			 */
 			if (!conn->out && ev->status == 0x1a &&