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:
David B. Kinder 2018-08-07 14:16:26 -07:00 committed by Kumar Gala
commit 9a3d7a43a0
3 changed files with 4 additions and 4 deletions

View file

@ -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);