fix typo: recieved -> received in test comment

Signed-off-by: Felipe Matarazzo <felipemps@protonmail.com>
Reviewed-by: ngie
Pull-Request: https://github.com/freebsd/freebsd-src/pull/2174
This commit is contained in:
Felipe Matarazzo
2026-04-29 13:14:49 -03:00
committed by Enji Cooper
parent deb17abdef
commit 0e680203d5
+1 -1
View File
@@ -365,7 +365,7 @@ per_fib_dgram_socket(int domain, int type, const atf_tc_t *tc __unused)
sin6p->sin6_addr = in6addr_loopback;
}
/* If we send a byte from cs1, it should be recieved by ss1. */
/* If we send a byte from cs1, it should be received by ss1. */
b = 42;
n = sendto(cs1, &b, sizeof(b), 0, (struct sockaddr *)&ss, sslen);
ATF_REQUIRE_MSG(n == 1, "sendto failed: %s", strerror(errno));