mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-07 05:34:59 -05:00
Fix spelling
This commit is contained in:
parent
c0585ad814
commit
b384312829
132 changed files with 215 additions and 215 deletions
|
|
@ -236,7 +236,7 @@ typedef uint32_t TickType_t;
|
|||
#define portTICK_TYPE_IS_ATOMIC 1
|
||||
|
||||
/**
|
||||
* @brief The number of miliseconds between system ticks.
|
||||
* @brief The number of milliseconds between system ticks.
|
||||
*
|
||||
* @ingroup System Clock
|
||||
*/
|
||||
|
|
@ -380,7 +380,7 @@ void vPortExitCritical( void );
|
|||
* @note The processor privilege level is determined by checking the
|
||||
* mode bits [4:0] of the Current Program Status Register (CPSR).
|
||||
*
|
||||
* @return pdTRUE, if the processer is privileged, pdFALSE otherwise.
|
||||
* @return pdTRUE, if the processor is privileged, pdFALSE otherwise.
|
||||
*/
|
||||
BaseType_t xPortIsPrivileged( void );
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue