doc: spelling check doxygen comments include/
fix misspellings found in doxygen comments used for API docs Signed-off-by: David B. Kinder <david.b.kinder@intel.com>
This commit is contained in:
parent
0eb7a66297
commit
fc5f2b3832
22 changed files with 52 additions and 52 deletions
|
@ -1139,7 +1139,7 @@ extern s64_t k_uptime_get(void);
|
|||
/**
|
||||
* @brief Enable clock always on in tickless kernel
|
||||
*
|
||||
* This routine enables keepng the clock running when
|
||||
* This routine enables keeping the clock running when
|
||||
* there are no timer events programmed in tickless kernel
|
||||
* scheduling. This is necessary if the clock is used to track
|
||||
* passage of time.
|
||||
|
@ -1159,7 +1159,7 @@ static inline int k_enable_sys_clock_always_on(void)
|
|||
/**
|
||||
* @brief Disable clock always on in tickless kernel
|
||||
*
|
||||
* This routine disables keepng the clock running when
|
||||
* This routine disables keeping the clock running when
|
||||
* there are no timer events programmed in tickless kernel
|
||||
* scheduling. To save power, this routine should be called
|
||||
* immediately when clock is not used to track time.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue