[rtems-docs commit] barrier: Fix cticket->ticket typo

Joel Sherrill joel at rtems.org
Thu Nov 7 00:37:53 UTC 2019


Module:    rtems-docs
Branch:    master
Commit:    b8715adc3f65f2d3753ca37b54e890ae8f208821
Changeset: http://git.rtems.org/rtems-docs/commit/?id=b8715adc3f65f2d3753ca37b54e890ae8f208821

Author:    Martin Erik Werner <martinerikwerner at gmail.com>
Date:      Wed Oct  2 23:19:35 2019 +0200

barrier: Fix cticket->ticket typo

---

 c-user/barrier_manager.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/c-user/barrier_manager.rst b/c-user/barrier_manager.rst
index 9a57645..93c3cb7 100644
--- a/c-user/barrier_manager.rst
+++ b/c-user/barrier_manager.rst
@@ -33,8 +33,8 @@ Background
 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
 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
-of arenas before concerts or sporting events waiting for the arena personnel to
+the gate so they may proceed.  Similarly, ticket holders gather at the gates of
+arenas before concerts or sporting events waiting for the arena personnel to
 open the gates so they may enter.
 
 Barriers are useful during application initialization.  Each application task



More information about the vc mailing list