summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Jouault <f.jouault@gmail.com>2019-01-04 10:59:12 +0100
committerSebastian Huber <sebastian.huber@embedded-brains.de>2019-01-04 11:11:03 +0100
commit4de0da19687f3432ec2e7b04d20645b82e3adaf4 (patch)
tree548bd50ba210a2780637fe33da67eca762757e47
parentsparc_v8_stacks_regwin.rst: Add middle initail for Peter Magnusson (diff)
downloadrtems-docs-4de0da19687f3432ec2e7b04d20645b82e3adaf4.tar.bz2
c-user: Fix typos
Close #3261.
Diffstat (limited to '')
-rw-r--r--c-user/message_manager.rst4
-rw-r--r--c-user/rtems_data_types.rst4
2 files changed, 4 insertions, 4 deletions
diff --git a/c-user/message_manager.rst b/c-user/message_manager.rst
index c6b1343..b1af878 100644
--- a/c-user/message_manager.rst
+++ b/c-user/message_manager.rst
@@ -433,9 +433,9 @@ CALLING SEQUENCE:
.. code-block:: c
rtems_status_code rtems_message_queue_send(
- rtems_id id,
+ rtems_id id,
const void *buffer,
- size_t size
+ size_t size
);
DIRECTIVE STATUS CODES:
diff --git a/c-user/rtems_data_types.rst b/c-user/rtems_data_types.rst
index 756ea96..b277110 100644
--- a/c-user/rtems_data_types.rst
+++ b/c-user/rtems_data_types.rst
@@ -254,9 +254,9 @@ alphabetical order:
``rtems_single``
This type is deprecated will be removed in RTEMS 6.1. Use ``float`` instead.
-.. index:: rtems_status_codes
+.. index:: rtems_status_code
-``rtems_status_codes``
+``rtems_status_code``
The return type for most RTEMS services. This is an enumerated type of
approximately twenty-five values. In general, when a service returns a
particular status code, it indicates that a very specific error condition has