spelling: connection

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2025-01-28 13:19:46 -05:00
parent bd2c2ad356
commit a29c01bf00
2 changed files with 2 additions and 2 deletions

View file

@ -440,7 +440,7 @@ unlock:
return ret_val;
}
//! extern for gap_le_connnection.c
//! extern for gap_le_connection.c
//! Cleans up any state and frees the associated memory of all the things this module might have
//! created for a given connection.
//! bt_lock() is assumed to be taken by the caller