From 6eae5860507aa19d30b8ad1464896a5e9208a7bd Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Mon, 22 Jul 2019 12:52:46 -0500 Subject: ticker/init.c: Error should say clock set not get --- testsuites/samples/ticker/init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/samples') diff --git a/testsuites/samples/ticker/init.c b/testsuites/samples/ticker/init.c index a9e0c9b16a..5bd5568c18 100644 --- a/testsuites/samples/ticker/init.c +++ b/testsuites/samples/ticker/init.c @@ -41,7 +41,7 @@ rtems_task Init( time.ticks = 0; status = rtems_clock_set( &time ); - directive_failed( status, "clock get" ); + directive_failed( status, "clock set" ); Task_name[ 1 ] = rtems_build_name( 'T', 'A', '1', ' ' ); Task_name[ 2 ] = rtems_build_name( 'T', 'A', '2', ' ' ); -- cgit v1.2.3