git: fd6330a3a836 - stable/15 - tcp: fix typo in comment

From: Michael Tuexen <tuexen_at_FreeBSD.org>
Date: Sun, 26 Oct 2025 12:49:49 UTC
The branch stable/15 has been updated by tuexen:

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

commit fd6330a3a836eb9816d14c04f707b7944fb7ff20
Author:     Peter Lei <peterlei@netflix.com>
AuthorDate: 2025-10-21 09:18:32 +0000
Commit:     Michael Tuexen <tuexen@FreeBSD.org>
CommitDate: 2025-10-26 13:49:09 +0000

    tcp: fix typo in comment
    
    Reviewed by:    tuexen
    Sponsored by:   Netflix, Inc.
    
    (cherry picked from commit daac364e611532c7bfd4bb20f9fea8d365496aa1)
---
 sys/netinet/tcp_syncache.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/tcp_syncache.c b/sys/netinet/tcp_syncache.c
index be20fb44a820..3cb538f7054d 100644
--- a/sys/netinet/tcp_syncache.c
+++ b/sys/netinet/tcp_syncache.c
@@ -1168,7 +1168,7 @@ syncache_expand(struct in_conninfo *inc, struct tcpopt *to, struct tcphdr *th,
 		/*
 		 * If listening socket requested TCP digests, check that
 		 * received ACK has signature and it is correct.
-		 * If not, drop the ACK and leave sc entry in th cache,
+		 * If not, drop the ACK and leave sc entry in the cache,
 		 * because SYN was received with correct signature.
 		 */
 		if (sc->sc_flags & SCF_SIGNATURE) {