doc: fix doxygen API comment misspellings
Fix misspellings in doxygen comments missed during regular reviews Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
64be8d3283
commit
1de7038f1e
5 changed files with 20 additions and 20 deletions
|
@ -1006,7 +1006,7 @@ int bt_gatt_write(struct bt_conn *conn, struct bt_gatt_write_params *params);
|
|||
* called.
|
||||
*
|
||||
* Note: By using a callback it also disable the internal flow control
|
||||
* which would prevent sending multiple commands without wainting their
|
||||
* which would prevent sending multiple commands without waiting for their
|
||||
* transmissions to complete, so if that is required the caller shall not
|
||||
* submit more data until the callback is called.
|
||||
*
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue