doc: fix misspellings in API docs
Fix doxygen misspellings affecting API documentation missed during regular reviews. Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
d6c56d57c3
commit
9a3d7a43a0
3 changed files with 4 additions and 4 deletions
|
@ -65,7 +65,7 @@ typedef int zephyr_smp_transport_ud_copy_fn(struct net_buf *dst,
|
|||
* connection-specific information in the net_buf user data (e.g., the BLE
|
||||
* transport stores the connection reference that has to be decreased).
|
||||
*
|
||||
* @param nb Contains a user_data pointer to be free'd.
|
||||
* @param nb Contains a user_data pointer to be freed.
|
||||
*/
|
||||
typedef void zephyr_smp_transport_ud_free_fn(void *ud);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue