mirror of
https://git.rtems.org/rtems-docs/
synced 2025-07-06 19:33:23 +08:00
barrier: Fix cticket->ticket typo
This commit is contained in:
parent
5207248d1d
commit
b8715adc3f
@ -33,8 +33,8 @@ Background
|
|||||||
A barrier can be viewed as a gate at which tasks wait until the gate is opened.
|
A barrier can be viewed as a gate at which tasks wait until the gate is opened.
|
||||||
This has many analogies in the real world. Horses and other farm animals may
|
This has many analogies in the real world. Horses and other farm animals may
|
||||||
approach a closed gate and gather in front of it, waiting for someone to open
|
approach a closed gate and gather in front of it, waiting for someone to open
|
||||||
the gate so they may proceed. Similarly, cticket holders gather at the gates
|
the gate so they may proceed. Similarly, ticket holders gather at the gates of
|
||||||
of arenas before concerts or sporting events waiting for the arena personnel to
|
arenas before concerts or sporting events waiting for the arena personnel to
|
||||||
open the gates so they may enter.
|
open the gates so they may enter.
|
||||||
|
|
||||||
Barriers are useful during application initialization. Each application task
|
Barriers are useful during application initialization. Each application task
|
||||||
|
Loading…
x
Reference in New Issue
Block a user