From 5f290e4559c651b7eb575fbb762c82ebd8f5b90e Mon Sep 17 00:00:00 2001 From: "Andres O. Vela" Date: Thu, 30 Sep 2021 19:18:47 +0200 Subject: [PATCH] Fix typo in comment (#398) --- tasks.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks.c b/tasks.c index 895675f24..bbe74b279 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();