@@ -104,10 +104,10 @@ typedef TickType_t EventBits_t;
104
104
*
105
105
* Internally, within the FreeRTOS implementation, event groups use a [small]
106
106
* block of memory, in which the event group's structure is stored. If an event
107
- * groups is created using xEventGropuCreate () then the required memory is
107
+ * groups is created using xEventGroupCreate () then the required memory is
108
108
* automatically dynamically allocated inside the xEventGroupCreate() function.
109
109
* (see https://www.FreeRTOS.org/a00111.html). If an event group is created
110
- * using xEventGropuCreateStatic () then the application writer must instead
110
+ * using xEventGroupCreateStatic () then the application writer must instead
111
111
* provide the memory that will get used by the event group.
112
112
* xEventGroupCreateStatic() therefore allows an event group to be created
113
113
* without using any dynamic memory allocation.
@@ -160,10 +160,10 @@ typedef TickType_t EventBits_t;
160
160
*
161
161
* Internally, within the FreeRTOS implementation, event groups use a [small]
162
162
* block of memory, in which the event group's structure is stored. If an event
163
- * groups is created using xEventGropuCreate () then the required memory is
163
+ * groups is created using xEventGroupCreate () then the required memory is
164
164
* automatically dynamically allocated inside the xEventGroupCreate() function.
165
165
* (see https://www.FreeRTOS.org/a00111.html). If an event group is created
166
- * using xEventGropuCreateStatic () then the application writer must instead
166
+ * using xEventGroupCreateStatic () then the application writer must instead
167
167
* provide the memory that will get used by the event group.
168
168
* xEventGroupCreateStatic() therefore allows an event group to be created
169
169
* without using any dynamic memory allocation.
0 commit comments