From c015c3966d98a8b120a0e3ebb900b0755eeae750 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 4 Mar 2010 00:40:09 -0500 Subject: Fix perror() strings in tests. --- tests/monotonic-cputime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/monotonic-cputime.c') diff --git a/tests/monotonic-cputime.c b/tests/monotonic-cputime.c index f034df3..3f59a3f 100644 --- a/tests/monotonic-cputime.c +++ b/tests/monotonic-cputime.c @@ -32,7 +32,7 @@ main() struct timespec tosleep = { .tv_sec = 0, .tv_nsec = 111111111L }; if (sandglass_init_monotonic(&sandglass, SANDGLASS_CPUTIME) != 0) { - perror("sandglass_create()"); + perror("sandglass_init_monotonic()"); return EXIT_FAILURE; } -- cgit v1.2.3