mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-12-06 21:25:00 -05:00
Fix spelling
This commit is contained in:
parent
c0585ad814
commit
b384312829
132 changed files with 215 additions and 215 deletions
|
|
@ -100,7 +100,7 @@ PRIVILEGED_DATA static BaseType_t prvPortSchedulerRunning = pdFALSE;
|
|||
* @param ulBufferLength Length of the given buffer.
|
||||
* @param ulAccessRequested Access requested.
|
||||
*
|
||||
* @return pdTRUE if MPU region settins authorizes the requested access to the
|
||||
* @return pdTRUE if MPU region settings authorizes the requested access to the
|
||||
* given buffer, pdFALSE otherwise.
|
||||
*/
|
||||
PRIVILEGED_FUNCTION static BaseType_t prvMPURegionAuthorizesBuffer( const xMPU_REGION_REGISTERS * xTaskMPURegion,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue