From bd177b7bea172ec95e32c07adee8113a1791c34b Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 Jan 2000 15:20:53 +0000 Subject: Fixed comment. --- testsuites/sptests/sp29/init.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'testsuites/sptests/sp29/init.c') diff --git a/testsuites/sptests/sp29/init.c b/testsuites/sptests/sp29/init.c index b8a0193ef2..bf866bd32e 100644 --- a/testsuites/sptests/sp29/init.c +++ b/testsuites/sptests/sp29/init.c @@ -145,8 +145,8 @@ rtems_task Init (rtems_task_argument ignored) printf ("%d: Can't obtain non-recursive-lock semaphore: %s\n", __LINE__, rtems_status_text (sc)); } /* - * Since this task is holding this, there is no reason to block. - * It is obviously an error to reobtain it. + * Since this task is holding this, this task will block and timeout. + * Then the timeout error will be returned. */ rtems_clock_get (RTEMS_CLOCK_GET_TICKS_SINCE_BOOT, &then); sc = rtems_semaphore_obtain (semnorec, RTEMS_WAIT, 5); -- cgit v1.2.3