summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxtime/test.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxtime/test.c')
-rw-r--r--testsuites/psxtests/psxtime/test.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/testsuites/psxtests/psxtime/test.c b/testsuites/psxtests/psxtime/test.c
index da0b0b9f6e..d0fd09f6d3 100644
--- a/testsuites/psxtests/psxtime/test.c
+++ b/testsuites/psxtests/psxtime/test.c
@@ -105,7 +105,7 @@ void test_adjtime(void)
rtems_time_of_day *the_tod;
rtems_time_of_day tod;
rtems_interval ticks;
-
+
the_tod = &Dates[0];
print_time( "rtems_clock_set ", the_tod, "\n" );
@@ -151,7 +151,7 @@ void test_adjtime(void)
assert( sc == 0 );
/*
- * spin until over 1/2 of the way to the
+ * spin until over 1/2 of the way to the
*/
ticks = rtems_clock_get_ticks_per_second();
assert( ticks );