Changeset bd177b7b in rtems


Ignore:
Timestamp:
01/06/00 15:20:53 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
89184f9
Parents:
aaac6d6
Message:

Fixed comment.

Files:
2 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/sptests/sp29/init.c

    raaac6d6 rbd177b7b  
    146146        }
    147147        /*
    148          *  Since this task is holding this, there is no reason to block.
    149          *  It is obviously an error to reobtain it.
     148         *  Since this task is holding this, this task will block and timeout.
     149         *  Then the timeout error will be returned.
    150150         */
    151151        rtems_clock_get (RTEMS_CLOCK_GET_TICKS_SINCE_BOOT, &then);
  • testsuites/sptests/sp29/init.c

    raaac6d6 rbd177b7b  
    146146        }
    147147        /*
    148          *  Since this task is holding this, there is no reason to block.
    149          *  It is obviously an error to reobtain it.
     148         *  Since this task is holding this, this task will block and timeout.
     149         *  Then the timeout error will be returned.
    150150         */
    151151        rtems_clock_get (RTEMS_CLOCK_GET_TICKS_SINCE_BOOT, &then);
Note: See TracChangeset for help on using the changeset viewer.