Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Ticket #1346: pr1346.diff

File pr1346.diff, 897 bytes (added by Joel Sherrill, on 12/03/08 at 18:01:37)

Changes sense and fixes typo

  • cpukit/rtems/include/rtems/rtems/ratemon.h

    RCS file: /usr1/CVS/rtems/cpukit/rtems/include/rtems/rtems/ratemon.h,v
    retrieving revision 1.31
    diff -u -r1.31 ratemon.h
     
    5555 *  The user can define this at configure time and go back to ticks
    5656 *  resolution.
    5757 */
    58 #if defined(__RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS__)
     58#if !defined(__RTEMS_USE_TICKS_RATE_MONOTONIC_STATISTICS__)
    5959  /**
    6060   *  Enable the nanosecond accurate statistics
    6161   *
     
    374374);
    375375
    376376/**
    377  *  @brief _Rate_monotonic_Reset_statistics
     377 *  @brief _Rate_monotonic_Reset_wall_time_statistics
    378378 *
    379379 *  This method resets the statistics information for a period instance.
    380380 */