mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-09-08 15:17:50 -04:00
Fix spell check.
This commit is contained in:
parent
f0d90819ee
commit
3da067c7c8
1 changed files with 1 additions and 1 deletions
2
tasks.c
2
tasks.c
|
@ -3882,7 +3882,7 @@ void vTaskSuspendAll( void )
|
|||
/* This must never be called from inside a critical section. */
|
||||
configASSERT( portGET_CRITICAL_NESTING_COUNT() == 0 );
|
||||
|
||||
/* portSOFRWARE_BARRIER() is only implemented for emulated/simulated ports that
|
||||
/* portSOFTWARE_BARRIER() is only implemented for emulated/simulated ports that
|
||||
* do not otherwise exhibit real time behaviour. */
|
||||
portSOFTWARE_BARRIER();
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue