aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2023-04-12 16:08:21 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2023-04-12 16:08:21 +0000
commit2ba2849c8275d4aeb2e4ca04aafaf89f1962910b (patch)
treea619e3225eb4de78c54748eed73097de758c32d6
parentc687f21add77f48cca6a961670ee6ef6697aea47 (diff)
downloadsrc-2ba2849c8275d4aeb2e4ca04aafaf89f1962910b.tar.gz
src-2ba2849c8275d4aeb2e4ca04aafaf89f1962910b.zip
tcp: fix typo in comment
Reported by: cc MFC after: 1 week Sponsored by: Netflix, Inc.
-rw-r--r--sys/netinet/tcp_subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/tcp_subr.c b/sys/netinet/tcp_subr.c
index 6cf1f69cee69..f7b3fcea125e 100644
--- a/sys/netinet/tcp_subr.c
+++ b/sys/netinet/tcp_subr.c
@@ -1330,7 +1330,7 @@ register_tcp_functions(struct tcp_function_block *blk, int wait)
* When called with a force argument, attempt to switch all TCBs to
* use the default stack instead of returning EBUSY.
*
- * Returns 0 on success (or if the removal would succeed, or an error
+ * Returns 0 on success (or if the removal would succeed), or an error
* code on failure.
*/
int