summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rw-r--r--tools/testing/selftests/net/epoll_busy_poll.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/epoll_busy_poll.c b/tools/testing/selftests/net/epoll_busy_poll.c
index 9dd2830fd67c..16e457c2f877 100644
--- a/tools/testing/selftests/net/epoll_busy_poll.c
+++ b/tools/testing/selftests/net/epoll_busy_poll.c
@@ -232,7 +232,7 @@ TEST_F(epoll_busy_poll, test_set_invalid)
ret = cap_set_flag(self->caps, CAP_EFFECTIVE, 1, net_admin, CAP_CLEAR);
EXPECT_EQ(0, ret)
- TH_LOG("couldnt clear CAP_NET_ADMIN");
+ TH_LOG("couldn't clear CAP_NET_ADMIN");
ret = cap_set_proc(self->caps);
EXPECT_EQ(0, ret)