From: Masatake YAMATO Date: Sat, 28 Jan 2023 23:31:27 +0000 (+0900) Subject: tests: (mkfds) fix typos in factory descriptions X-Git-Tag: v2.39-rc1~96^2~5 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8971afefd596b2ba6ea6c9f09e5d448bf8ed27e8;p=thirdparty%2Futil-linux.git tests: (mkfds) fix typos in factory descriptions Signed-off-by: Masatake YAMATO --- 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, }, {