Skip to content

Commit

Permalink
send02: Fix typo in TINFO message
Browse files Browse the repository at this point in the history
Signed-off-by: Petr Vorel <[email protected]>
  • Loading branch information
pevik committed Mar 13, 2024
1 parent cbc2d05 commit 9fa305f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion testcases/kernel/syscalls/send/send02.c
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ static void run(unsigned int n)
struct test_case *tc = testcase_list + n;
socklen_t len = sizeof(addr);

tst_res(TINFO, "Tesing %s", tc->name);
tst_res(TINFO, "Testing %s", tc->name);

tst_init_sockaddr_inet_bin(&addr, INADDR_LOOPBACK, 0);
listen_sock = SAFE_SOCKET(tc->domain, tc->type, tc->protocol);
Expand Down

0 comments on commit 9fa305f

Please sign in to comment.