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:
parent
c1c82b7570
commit
73896c0bf0
13 changed files with 18 additions and 18 deletions
|
@ -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
|
||||
* @{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue