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

@ -45,7 +45,7 @@ enum k_fatal_error_reason {
* @brief Halt the system on a fatal error
*
* Invokes architecture-specific code to power off or halt the system in
* a low power state. Lacking that, lock interupts and sit in an idle loop.
* a low power state. Lacking that, lock interrupts and sit in an idle loop.
*
* @param reason Fatal exception reason code
*/