Skip to content

Commit c110367

Browse files
authored
Fix typo in comment
1 parent 741185f commit c110367

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tasks.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2140,7 +2140,7 @@ void vTaskSuspendAll( void )
21402140
* post in the FreeRTOS support forum before reporting this as a bug! -
21412141
* https://goo.gl/wu4acr */
21422142

2143-
/* portSOFRWARE_BARRIER() is only implemented for emulated/simulated ports that
2143+
/* portSOFTWARE_BARRIER() is only implemented for emulated/simulated ports that
21442144
* do not otherwise exhibit real time behaviour. */
21452145
portSOFTWARE_BARRIER();
21462146

0 commit comments

Comments
 (0)