From: Bart Van Assche Date: Sun, 27 Apr 2008 13:20:22 +0000 (+0000) Subject: Fixed typo. X-Git-Tag: svn/VALGRIND_3_4_0~677 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=3d8bff5131aeb8a16ac6a0a1f8590c47e6672bb0;p=thirdparty%2Fvalgrind.git Fixed typo. git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7946 --- diff --git a/memcheck/tests/linux-timerfd-syscall.c b/memcheck/tests/linux-timerfd-syscall.c index 4425bc42e6..613b56bdfc 100644 --- a/memcheck/tests/linux-timerfd-syscall.c +++ b/memcheck/tests/linux-timerfd-syscall.c @@ -183,7 +183,7 @@ int main(int ac, char **av) tnow = getustime(clks[i].id); if ((tfd = timerfd_create(clks[i].id, 0)) == -1) { - perror("timerfd"); + perror("timerfd_create"); return 1; } fprintf(stdout, "timerfd = %d\n", tfd);