]> granicus.if.org Git - esp-idf/commitdiff
fix typo
authorJoveToo <johan@verrept.eu>
Sun, 24 Dec 2017 16:44:57 +0000 (17:44 +0100)
committerAngus Gratton <gus@projectgus.com>
Tue, 2 Jan 2018 23:50:50 +0000 (10:50 +1100)
Merges https://github.com/espressif/esp-idf/pull/1430

components/freertos/include/freertos/event_groups.h

index 6b83e04e189e85691175b7067ea13158fcb18f44..eda2456388d668290f4a85e5597551f57199f786 100644 (file)
@@ -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