tcp: fixup wording in comment

Submitted by:	Steffen Nurpmeso <steffen sdaoden.eu>
Fixes:		b59753f1d5
This commit is contained in:
Gleb Smirnoff
2025-06-17 20:47:31 -07:00
parent 1d8f8f3e36
commit 46023d54c7
+3 -3
View File
@@ -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 */