From c110367624d5575bd6c98db12068b4a7c6ba74e1 Mon Sep 17 00:00:00 2001 From: "Andres O. Vela" Date: Thu, 30 Sep 2021 12:49:12 +0200 Subject: [PATCH] Fix typo in comment --- tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.c b/tasks.c index 895675f247..bbe74b279a 100644 --- a/tasks.c +++ b/tasks.c @@ -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();