From 6a60a59f1ce873cc136820ecf54c5c49b158530d Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Thu, 3 Oct 2024 11:41:56 +0900 Subject: [PATCH] tests: (test_mkfds) add a missing word in a comment Signed-off-by: Masatake YAMATO --- tests/helpers/test_mkfds_ppoll.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/helpers/test_mkfds_ppoll.c b/tests/helpers/test_mkfds_ppoll.c index e48792900..900b39adc 100644 --- a/tests/helpers/test_mkfds_ppoll.c +++ b/tests/helpers/test_mkfds_ppoll.c @@ -27,7 +27,7 @@ * there is no problem; the wrapper function may translate the glibc's * sigset_t to what kernel expects. * - * Here, we want to ppoll(2) directly. In this case, the glibc's sigset_t + * Here, we want to use ppoll(2) directly. In this case, the glibc's sigset_t * becomes an issue. To use ppoll(2) directly, we have to include . * Including both provided by glibc and provided by kernel * causes "redefined ***" errors. -- 2.47.3