diff options
Diffstat (limited to 'tests/monotonic-system.c')
-rw-r--r-- | tests/monotonic-system.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/monotonic-system.c b/tests/monotonic-system.c index d8ffba9..1fb1c1c 100644 --- a/tests/monotonic-system.c +++ b/tests/monotonic-system.c @@ -32,7 +32,7 @@ main() struct timespec tosleep = { .tv_sec = 0, .tv_nsec = 111111111L }; if (sandglass_init_monotonic(&sandglass, SANDGLASS_SYSTEM) != 0) { - perror("sandglass_create()"); + perror("sandglass_init_monotonic()"); return EXIT_FAILURE; } |