aboutsummaryrefslogtreecommitdiff
path: root/testcases/kernel/syscalls/epoll_pwait/epoll_pwait03.c
diff options
context:
space:
mode:
Diffstat (limited to 'testcases/kernel/syscalls/epoll_pwait/epoll_pwait03.c')
-rw-r--r--testcases/kernel/syscalls/epoll_pwait/epoll_pwait03.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testcases/kernel/syscalls/epoll_pwait/epoll_pwait03.c b/testcases/kernel/syscalls/epoll_pwait/epoll_pwait03.c
index 2ad1a6abc..aa08daa1b 100644
--- a/testcases/kernel/syscalls/epoll_pwait/epoll_pwait03.c
+++ b/testcases/kernel/syscalls/epoll_pwait/epoll_pwait03.c
@@ -50,7 +50,7 @@ static void setup(void)
e.events = EPOLLIN;
if (epoll_ctl(efd, EPOLL_CTL_ADD, sfd[0], &e))
- tst_brk(TBROK | TERRNO, "epoll_clt(..., EPOLL_CTL_ADD, ...)");
+ tst_brk(TBROK | TERRNO, "epoll_ctl(..., EPOLL_CTL_ADD, ...)");
}
static void cleanup(void)