Changeset 4d3e9334 in rtems for cpukit/sapi


Ignore:
Timestamp:
03/13/14 15:03:09 (10 years ago)
Author:
Sebastian Huber <sebastian.huber@…>
Branches:
4.11, 5, master
Children:
27545fca
Parents:
dedc1393
git-author:
Sebastian Huber <sebastian.huber@…> (03/13/14 15:03:09)
git-committer:
Sebastian Huber <sebastian.huber@…> (03/13/14 15:03:55)
Message:

sapi: Typos

File:
1 edited

Legend:

Unmodified
Added
Removed
  • cpukit/sapi/include/rtems/counter.h

    rdedc1393 r4d3e9334  
    9393
    9494/**
    95  * brief Converts counter ticks into nanoseconds.
     95 * @brief Converts counter ticks into nanoseconds.
    9696 *
    9797 * @param[in] ticks Some counter ticks.
     
    105105
    106106/**
    107  * brief Converts nanoseconds into counter ticks.
     107 * @brief Converts nanoseconds into counter ticks.
    108108 *
    109109 * @param[in] nanoseconds Some nanoseconds.
     
    117117
    118118/**
    119  * brief Initializes the counter ticks to/from nanoseconds converter functions.
     119 * @brief Initializes the counter ticks to/from nanoseconds converter functions.
    120120 *
    121121 * This function must be used to initialize the
Note: See TracChangeset for help on using the changeset viewer.