]> git.ipfire.org Git - thirdparty/valgrind.git/commitdiff
Fixed typo.
authorBart Van Assche <bvanassche@acm.org>
Sun, 27 Apr 2008 13:20:22 +0000 (13:20 +0000)
committerBart Van Assche <bvanassche@acm.org>
Sun, 27 Apr 2008 13:20:22 +0000 (13:20 +0000)
git-svn-id: svn://svn.valgrind.org/valgrind/trunk@7946

memcheck/tests/linux-timerfd-syscall.c

index 4425bc42e692f3f3a7d09787fb202b92f5778e5d..613b56bdfc5043d6706ad3a9e020f84eb0c77059 100644 (file)
@@ -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);