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:
David B. Kinder 2019-02-15 13:58:08 -08:00 committed by Kumar Gala
commit 1de7038f1e
5 changed files with 20 additions and 20 deletions

View file

@ -38,7 +38,7 @@
* @brief Place data in a partition's data section
*
* Globals tagged with this will end up in the data section for the
* specified memory partition. This data should be initalized to some
* specified memory partition. This data should be initialized to some
* desired value.
*
* @param id Name of the memory partition to associate this data