mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-18 12:52:44 +01:00
Merge pull request #12544 from kaspar030/fix_event_typo
sys/event: fix typo: imlementation -> implementation
This commit is contained in:
commit
efbd758786
@ -41,7 +41,7 @@
|
|||||||
* This is not (easily) possible using msg queues, as they might fill up.
|
* This is not (easily) possible using msg queues, as they might fill up.
|
||||||
* 4. an event can only be queued in one event queue at the same time.
|
* 4. an event can only be queued in one event queue at the same time.
|
||||||
* Notifying many queues using only one event object is not possible with
|
* Notifying many queues using only one event object is not possible with
|
||||||
* this imlementation.
|
* this implementation.
|
||||||
*
|
*
|
||||||
* At the core, event_wait() uses thread flags to implement waiting for events
|
* At the core, event_wait() uses thread flags to implement waiting for events
|
||||||
* to be queued. Thus event queues can be used safely and efficiently in combination
|
* to be queued. Thus event queues can be used safely and efficiently in combination
|
||||||
|
Loading…
Reference in New Issue
Block a user