From 8971afefd596b2ba6ea6c9f09e5d448bf8ed27e8 Mon Sep 17 00:00:00 2001 From: Masatake YAMATO Date: Sun, 29 Jan 2023 08:31:27 +0900 Subject: [PATCH] tests: (mkfds) fix typos in factory descriptions Signed-off-by: Masatake YAMATO --- tests/helpers/test_mkfds.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/helpers/test_mkfds.c b/tests/helpers/test_mkfds.c index 7f8f199f04..bcb13c84e7 100644 --- a/tests/helpers/test_mkfds.c +++ b/tests/helpers/test_mkfds.c @@ -1865,13 +1865,13 @@ static const struct factory factories[] = { { .name = "server-port", .type = PTYPE_INTEGER, - .desc = "TCP port the server may listen", + .desc = "UDP port the server may listen", .defv.integer = 12345, }, { .name = "client-port", .type = PTYPE_INTEGER, - .desc = "TCP port the client may bind", + .desc = "UDP port the client may bind", .defv.integer = 23456, }, { -- 2.47.3