From: Masatake YAMATO Date: Thu, 3 Oct 2024 02:41:56 +0000 (+0900) Subject: tests: (test_mkfds) add a missing word in a comment X-Git-Tag: v2.42-start~186^2~3 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=6a60a59f1ce873cc136820ecf54c5c49b158530d;p=thirdparty%2Futil-linux.git tests: (test_mkfds) add a missing word in a comment Signed-off-by: Masatake YAMATO --- 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.