From 08030314584ad68666fd453807de0aec9ab7c2dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=81=82=E3=81=8F?= Date: Wed, 11 Sep 2024 13:40:30 +0100 Subject: [PATCH] Update event_groups.c: fix PR review comments Co-authored-by: Gaurav-Aggarwal-AWS <33462878+aggarg@users.noreply.github.com> --- event_groups.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/event_groups.c b/event_groups.c index d21e436a3..6a2ba0761 100644 --- a/event_groups.c +++ b/event_groups.c @@ -636,7 +636,7 @@ * bit was set in the control word. */ pxEventBits->uxEventBits &= ~uxBitsToClear; - /* Snapshot resulting bits */ + /* Snapshot resulting bits. */ uxReturnBits = pxEventBits->uxEventBits; } ( void ) xTaskResumeAll();