diff options
author | Christophe JAILLET <christophe.jaillet@wanadoo.fr> | 2020-02-16 12:20:31 +0100 |
---|---|---|
committer | Marcel Holtmann <marcel@holtmann.org> | 2020-02-16 13:29:58 +0100 |
commit | e22998f53a1e5a2e8c98d0f42506be985773b50c (patch) | |
tree | bf9cbdb5c49d8cb1d4fa513beb5b40e8e6407842 /drivers/bluetooth/Kconfig | |
parent | eab2404ba798a8efda2a970f44071c3406d94e57 (diff) | |
download | linux-e22998f53a1e5a2e8c98d0f42506be985773b50c.tar.gz |
Bluetooth: Fix a typo in Kconfig
'internface' has an extra 'n'.
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'drivers/bluetooth/Kconfig')
-rw-r--r-- | drivers/bluetooth/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/bluetooth/Kconfig b/drivers/bluetooth/Kconfig index f7aa2dc1ff85..ca0356dbbb08 100644 --- a/drivers/bluetooth/Kconfig +++ b/drivers/bluetooth/Kconfig @@ -216,7 +216,7 @@ config BT_HCIUART_RTL select BT_RTL help The Realtek protocol support enables Bluetooth HCI over 3-Wire - serial port internface for Realtek Bluetooth controllers. + serial port interface for Realtek Bluetooth controllers. Say Y here to compile support for Realtek protocol. |