]> git.ipfire.org Git - thirdparty/util-linux.git/commitdiff
tests: (test_mkfds) add a missing word in a comment
authorMasatake YAMATO <yamato@redhat.com>
Thu, 3 Oct 2024 02:41:56 +0000 (11:41 +0900)
committerMasatake YAMATO <yamato@redhat.com>
Thu, 3 Oct 2024 02:41:56 +0000 (11:41 +0900)
Signed-off-by: Masatake YAMATO <yamato@redhat.com>
tests/helpers/test_mkfds_ppoll.c

index e48792900f759db866d21c3a5c7eaa625da7d382..900b39adc92222a9513034a9da3be258b8e11c42 100644 (file)
@@ -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 <asm/poll.h>.
  * Including both <poll.h> provided by glibc and <asm/poll.h> provided by kernel
  * causes "redefined ***" errors.