diff options
author | Bastien Nocera <hadess@hadess.net> | 2025-07-03 19:17:01 +0200 |
---|---|---|
committer | Luiz Augusto von Dentz <luiz.von.dentz@intel.com> | 2025-07-23 10:30:48 -0400 |
commit | 0e492dbaccda2807eae56274bc90839f41b332fd (patch) | |
tree | 10d1e4b1d3ca559427c3acfeb201a293781e0927 /net/bluetooth/lib.c | |
parent | e6555fffd5189be7f1a3d936915660ee63c503da (diff) |
Bluetooth: Fix typos in comments
Found by codespell.
Signed-off-by: Bastien Nocera <hadess@hadess.net>
Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com>
Diffstat (limited to 'net/bluetooth/lib.c')
-rw-r--r-- | net/bluetooth/lib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bluetooth/lib.c b/net/bluetooth/lib.c index 43aa01fd07b9..305044a84478 100644 --- a/net/bluetooth/lib.c +++ b/net/bluetooth/lib.c @@ -54,7 +54,7 @@ EXPORT_SYMBOL(baswap); * bt_to_errno() - Bluetooth error codes to standard errno * @code: Bluetooth error code to be converted * - * This function takes a Bluetooth error code as input and convets + * This function takes a Bluetooth error code as input and converts * it to an equivalent Unix/standard errno value. * * Return: |