trivial: fixed typos

Change-Id: Id374d5b738bac79cb5e0fd400f120b9c0daf4610
Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2016-09-17 08:01:57 -04:00 committed by Anas Nashif
commit 7094273af7
3 changed files with 4 additions and 4 deletions

View file

@ -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