Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 16:31:10 +0000
From:      Enji Cooper <ngie@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Cc:        Felipe Matarazzo <felipemps@protonmail.com>
Subject:   git: 0e680203d59a - main - fix typo: recieved -> received in test comment
Message-ID:  <69f383ce.226a5.41773073@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch main has been updated by ngie:

URL: https://cgit.FreeBSD.org/src/commit/?id=0e680203d59aac1a0e77f0d297d3ccb9777be749

commit 0e680203d59aac1a0e77f0d297d3ccb9777be749
Author:     Felipe Matarazzo <felipemps@protonmail.com>
AuthorDate: 2026-04-29 16:14:49 +0000
Commit:     Enji Cooper <ngie@FreeBSD.org>
CommitDate: 2026-04-30 16:29:19 +0000

    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
---
 tests/sys/netinet/fibs_multibind_test.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/sys/netinet/fibs_multibind_test.c b/tests/sys/netinet/fibs_multibind_test.c
index 61ebf83c56ef..58e59e7ba7e7 100644
--- a/tests/sys/netinet/fibs_multibind_test.c
+++ b/tests/sys/netinet/fibs_multibind_test.c
@@ -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));


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f383ce.226a5.41773073>