From f6eeb98a7e4193fc5d8cb6ad16ac9b77c8b8f4b7 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Fri, 8 Mar 2024 07:38:35 +0900 Subject: [PATCH] tests: (test_mkfds::multiplexing) fix the factory description Signed-off-by: Masatake YAMATO --- tests/helpers/test_mkfds.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.47.2