The branch main has been updated by glebius:

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

commit 46023d54c7c2c00d273b7499421315f216ff4989
Author:     Gleb Smirnoff <gleb...@freebsd.org>
AuthorDate: 2025-06-18 03:47:31 +0000
Commit:     Gleb Smirnoff <gleb...@freebsd.org>
CommitDate: 2025-06-18 03:47:31 +0000

    tcp: fixup wording in comment
    
    Submitted by:   Steffen Nurpmeso <steffen sdaoden.eu>
    Fixes:          b59753f1d55da6c6d4b73252444212e6895ce913
---
 sys/netinet/tcp_var.h | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/sys/netinet/tcp_var.h b/sys/netinet/tcp_var.h
index da4094b8ea4c..059b2aff689d 100644
--- a/sys/netinet/tcp_var.h
+++ b/sys/netinet/tcp_var.h
@@ -930,9 +930,9 @@ struct in_conninfo;
  * Global (per-VNET) TCP statistics.  The below structure represents what we
  * export to the userland, but in the kernel we have an array of counter_u64_t
  * with as many elements as there are members in the structure.  The counters
- * shall be increased by TCPSTAT_INC() or KMOD_TCPSTAT_INC().  Adding new a
- * new counter also requires adding corresponding SDT probes into in_kdtrace.h
- * and into in_kdtrace.c.
+ * shall be increased by TCPSTAT_INC() or KMOD_TCPSTAT_INC().  Adding a new
+ * counter also requires adding corresponding SDT probes into in_kdtrace.h and
+ * into in_kdtrace.c.
  */
 struct tcpstat {
        uint64_t tcps_connattempt;      /* connections initiated */

Reply via email to