Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2026 16:31:05 +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: 0e235f77360c - main - fix typo: seperate -> separate in tcp_ratelimit comment
Message-ID:  <69f383c9.210c8.1c69e526@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=0e235f77360c5c72dac28af105e6c9ed3cb66c09

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

    fix typo: seperate -> separate in tcp_ratelimit comment
    
    Signed-off-by: Felipe Matarazzo <felipemps@protonmail.com>
    Reviewed-by: ngie
    Pull-Request: https://github.com/freebsd/freebsd-src/pull/2174
---
 sys/netinet/tcp_ratelimit.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/tcp_ratelimit.c b/sys/netinet/tcp_ratelimit.c
index ad5fdb25205c..0c115066167c 100644
--- a/sys/netinet/tcp_ratelimit.c
+++ b/sys/netinet/tcp_ratelimit.c
@@ -490,7 +490,7 @@ populate_canned_table(struct tcp_rate_set *rs, const uint64_t *rate_table_act)
 {
 	/*
 	 * The internal table is "special", it
-	 * is two seperate ordered tables that
+	 * is two separate ordered tables that
 	 * must be merged. We get here when the
 	 * adapter specifies a number of rates that
 	 * covers both ranges in the table in some


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69f383c9.210c8.1c69e526>