c-user: Fix typos

Close #3261.
This commit is contained in:
Frédéric Jouault 2019-01-04 10:59:12 +01:00 committed by Sebastian Huber
parent e4087f0615
commit 4de0da1968
2 changed files with 4 additions and 4 deletions

View File

@ -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:

View File

@ -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