Signed-off-by: Tommi Rantala <tommi.t.rantala@xxxxxxxxx> --- src/cyclictest/cyclictest.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cyclictest/cyclictest.c b/src/cyclictest/cyclictest.c index 4f94b06..8f7b28c 100644 --- a/src/cyclictest/cyclictest.c +++ b/src/cyclictest/cyclictest.c @@ -1149,7 +1149,7 @@ static void *timerthread(void *param) ret = clock_gettime(par->clock, &now); if (ret != 0) { if (ret != EINTR) - warn("clock_getttime() failed. errno: %d\n", + warn("clock_gettime() failed. errno: %d\n", errno); goto out; } -- 2.9.3 -- To unsubscribe from this list: send the line "unsubscribe linux-rt-users" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html