doc: fix misspelling in API doxygen comments

Fix misspellings in API doxygen comments missed during regular reviews.

Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
David B. Kinder 2019-10-28 16:27:57 -07:00 committed by Kumar Gala
commit 73896c0bf0
13 changed files with 18 additions and 18 deletions

View file

@ -191,7 +191,7 @@ typedef int (*fcb_walk_cb)(struct fcb_entry_ctx *loc_ctx, void *arg);
/**
* Walk over all entries in the FCB sector
*
* @param[in] sector fcb sector to be wallked. If null, traverse entire
* @param[in] sector fcb sector to be walked. If null, traverse entire
* storage.
* @param[in] fcb FCB instance structure.
* @param[in] cb pointer to the function which gets called for every
@ -290,7 +290,7 @@ int fcb_clear(struct fcb *fcb);
*/
/**
* @brief Flash Circular internall
* @brief Flash Circular internal
* @defgroup fcb_internall fcb non-API prototypes
* @ingroup fcb
* @{