git: 2ba2849c8275 - main - tcp: fix typo in comment

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Wed, 12 Apr 2023 16:10:47 UTC
The branch main has been updated by tuexen:

URL: https://cgit.FreeBSD.org/src/commit/?id=2ba2849c8275d4aeb2e4ca04aafaf89f1962910b

commit 2ba2849c8275d4aeb2e4ca04aafaf89f1962910b
Author:     Michael Tuexen <tuexen@FreeBSD.org>
AuthorDate: 2023-04-12 16:08:21 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2023-04-12 16:08:21 +0000

    tcp: fix typo in comment
    
    Reported by:    cc
    MFC after:      1 week
    Sponsored by:   Netflix, Inc.
---
 sys/netinet/tcp_subr.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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