Fix typo in comment (#398)

This commit is contained in:
Andres O. Vela
2021-09-30 19:18:47 +02:00
committed by GitHub
parent 741185f1d0
commit 5f290e4559

View File

@@ -2140,7 +2140,7 @@ void vTaskSuspendAll( void )
* post in the FreeRTOS support forum before reporting this as a bug! -
* https://goo.gl/wu4acr */
/* 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();