Skip to content

Commit

Permalink
Fix typo in comment (FreeRTOS#398)
Browse files Browse the repository at this point in the history
  • Loading branch information
andresovela authored Sep 30, 2021
1 parent 741185f commit 5f290e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks.c
Original file line number Diff line number Diff line change
Expand Up @@ -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();

Expand Down

0 comments on commit 5f290e4

Please sign in to comment.