correct message in clock test
authorLaurent MAZET <laurent.mazet@thalesgroup.com>
Mon, 6 Oct 2025 09:30:17 +0000 (11:30 +0200)
committerLaurent MAZET <laurent.mazet@thalesgroup.com>
Mon, 6 Oct 2025 09:30:17 +0000 (11:30 +0200)
clock.c

diff --git a/clock.c b/clock.c
index 1aeb17ba9265d955bf359b0e8daf1b7a972620aa..3a5a4b3b344d0c04c23875f97f2313312fd6eda2 100644 (file)
--- a/clock.c
+++ b/clock.c
@@ -14,7 +14,7 @@
 dts_t *deltas = NULL;
 int nb_measurements = 0;
 
-char *message = "Cycle latency";
+char *message = "Clock accurency";
 void (*usage_ext) (FILE *) = NULL;
 int (*parse_arg_ext) (char *) = NULL;