mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-02-24 02:55:32 -05:00
Correct minor mistakes in code comments (#1371)
This commit revises some comments in the following files:
- event_groups.c
- include/queue.h
- include/task.h
Co-authored-by: Kody Stribrny <89810515+kstribrnAmzn@users.noreply.github.com>
This commit is contained in:
parent
850d29477c
commit
0f8efd98cc
3 changed files with 12 additions and 10 deletions
|
|
@ -72,7 +72,7 @@
|
|||
* The wait condition is defined by xWaitForAllBits. If xWaitForAllBits is
|
||||
* pdTRUE then the wait condition is met if all the bits set in uxBitsToWaitFor
|
||||
* are also set in uxCurrentEventBits. If xWaitForAllBits is pdFALSE then the
|
||||
* wait condition is met if any of the bits set in uxBitsToWait for are also set
|
||||
* wait condition is met if any of the bits set in uxBitsToWaitFor are also set
|
||||
* in uxCurrentEventBits.
|
||||
*/
|
||||
static BaseType_t prvTestWaitCondition( const EventBits_t uxCurrentEventBits,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue