From 6746d316207db9e88bfe579c73c61553ba5e2128 Mon Sep 17 00:00:00 2001 From: JoveToo Date: Sun, 24 Dec 2017 17:44:57 +0100 Subject: [PATCH] fix typo Merges https://github.com/espressif/esp-idf/pull/1430 --- components/freertos/include/freertos/event_groups.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/freertos/include/freertos/event_groups.h b/components/freertos/include/freertos/event_groups.h index 6b83e04e18..eda2456388 100644 --- a/components/freertos/include/freertos/event_groups.h +++ b/components/freertos/include/freertos/event_groups.h @@ -133,7 +133,7 @@ typedef TickType_t EventBits_t; * * Internally, within the FreeRTOS implementation, event groups use a [small] * block of memory, in which the event group's structure is stored. If an event - * groups is created using xEventGropuCreate() then the required memory is + * groups is created using xEventGroupCreate() then the required memory is * automatically dynamically allocated inside the xEventGroupCreate() function. * (see http://www.freertos.org/a00111.html). If an event group is created * using xEventGropuCreateStatic() then the application writer must instead -- 2.40.0