summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psx07/task.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psx07/task.c')
-rw-r--r--testsuites/psxtests/psx07/task.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psx07/task.c b/testsuites/psxtests/psx07/task.c
index 281436f500..d288b88b40 100644
--- a/testsuites/psxtests/psx07/task.c
+++ b/testsuites/psxtests/psx07/task.c
@@ -46,7 +46,7 @@ void *Task_2(
*/
/*
- * Consume time so the cpu budget callout will run.
+ * Consume time so the cpu budget callout will run.
*
* DO NOT BLOCK!!!
*/
@@ -56,7 +56,7 @@ void *Task_2(
now = time(&now);
} while (start == now);
start = time(&start);
-
+
printf( "Time elapsed Task_2: %2d (seconds)\n", i++ );
}