summaryrefslogtreecommitdiffstats
path: root/c_user/multiprocessing.rst
diff options
context:
space:
mode:
Diffstat (limited to 'c_user/multiprocessing.rst')
-rw-r--r--c_user/multiprocessing.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/c_user/multiprocessing.rst b/c_user/multiprocessing.rst
index 6bb3f12..e709bf3 100644
--- a/c_user/multiprocessing.rst
+++ b/c_user/multiprocessing.rst
@@ -159,9 +159,9 @@ application:
and returns it to the originating node.
#. The MPCI layer on the originating node senses the arrival of a packet
- (typically via an interrupt), and calls the
- RTEMS``rtems_multiprocessing_announce`` directive. This directive readies
- the Multiprocessing Server.
+ (typically via an interrupt), and calls the RTEMS
+ ``rtems_multiprocessing_announce`` directive. This directive readies the
+ Multiprocessing Server.
#. The Multiprocessing Server calls the user-provided MPCI routine
``RECEIVE_PACKET``, readies the original requesting task, and blocks until