trivial: fixed typos
Change-Id: Id374d5b738bac79cb5e0fd400f120b9c0daf4610 Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
442987f542
commit
7094273af7
3 changed files with 4 additions and 4 deletions
|
@ -41,7 +41,7 @@ extern "C" {
|
|||
/**
|
||||
* @def SYS_INIT
|
||||
*
|
||||
* @brief Run an initailization function at boot at specified priority
|
||||
* @brief Run an initialization function at boot at specified priority
|
||||
*
|
||||
* @details This macro lets you run a function at system boot.
|
||||
*
|
||||
|
@ -58,7 +58,7 @@ extern "C" {
|
|||
/**
|
||||
* @def SYS_INIT_PM
|
||||
*
|
||||
* @brief Run an initailization function at boot at specified priority,
|
||||
* @brief Run an initialization function at boot at specified priority,
|
||||
* and define functions to run at suspend/resume.
|
||||
*
|
||||
* @copydetails SYS_INIT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue