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
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue