From: Masatake YAMATO Date: Thu, 7 Mar 2024 22:38:35 +0000 (+0900) Subject: tests: (test_mkfds::multiplexing) fix the factory description X-Git-Tag: v2.42-start~457^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f6eeb98a7e4193fc5d8cb6ad16ac9b77c8b8f4b7;p=thirdparty%2Futil-linux.git tests: (test_mkfds::multiplexing) fix the factory description Signed-off-by: Masatake YAMATO --- diff --git a/tests/helpers/test_mkfds.c b/tests/helpers/test_mkfds.c index b0d34c6050..c84fdef938 100644 --- a/tests/helpers/test_mkfds.c +++ b/tests/helpers/test_mkfds.c @@ -3999,7 +3999,7 @@ static const struct factory factories[] = { }, { .name = "multiplexing", - .desc = "making pipes monitored by multiplexers", + .desc = "make pipes monitored by multiplexers", .priv = false, .N = 12, .EX_N = 0,