Ticket #3261: 0001-fixed-couple-of-typos.patch

File 0001-fixed-couple-of-typos.patch, 1.4 KB (added by Frédéric Jouault, on 12/13/17 at 10:25:27)
  • c-user/message_manager.rst

    From b61750776705c682b23e0c8fb6f42ac104d9ee18 Mon Sep 17 00:00:00 2001
    From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20Jouault?= <f.jouault@gmail.com>
    Date: Wed, 13 Dec 2017 11:20:45 +0100
    Subject: [PATCH] fixed couple of typos
    
    ---
     c-user/message_manager.rst  | 2 +-
     c-user/rtems_data_types.rst | 4 ++--
     2 files changed, 3 insertions(+), 3 deletions(-)
    
    diff --git a/c-user/message_manager.rst b/c-user/message_manager.rst
    index 4ecabc6..c6b1343 100644
    a b CALLING SEQUENCE: 
    434434
    435435        rtems_status_code rtems_message_queue_send(
    436436            rtems_id   id,
    437             cons void *buffer,
     437            const void *buffer,
    438438            size_t     size
    439439        );
    440440
  • c-user/rtems_data_types.rst

    diff --git a/c-user/rtems_data_types.rst b/c-user/rtems_data_types.rst
    index 6e76367..7bb72e1 100644
    a b alphabetical order: 
    259259  The RTEMS data type that corresponds to single precision floating point on
    260260  the target hardware.  This type is deprecated. Use ``float`` instead.
    261261
    262 .. index:: rtems_status_codes
     262.. index:: rtems_status_code
    263263
    264 ``rtems_status_codes``
     264``rtems_status_code``
    265265  The return type for most RTEMS services.  This is an enumerated type of
    266266  approximately twenty-five values.  In general, when a service returns a
    267267  particular status code, it indicates that a very specific error condition has