aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGleb Smirnoff <glebius@FreeBSD.org>2026-02-28 05:10:54 +0000
committerGleb Smirnoff <glebius@FreeBSD.org>2026-03-04 21:35:07 +0000
commitdf97a58afdea2dc23746c84ebeb60790d8786b22 (patch)
tree81a1d88f8ad4cf4672c984675c10072f1e71a33a
parent00ff89c1e0c8d92fe644ea97b521ceb66d46e170 (diff)
inpcb: use correct label name in a comment
-rw-r--r--sys/netinet/in_pcb.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/in_pcb.c b/sys/netinet/in_pcb.c
index 9610ce2fe363..96c8d3c73b0e 100644
--- a/sys/netinet/in_pcb.c
+++ b/sys/netinet/in_pcb.c
@@ -1632,8 +1632,8 @@ next:
/*
* Entries are never inserted in middle of a list, thus
* as long as we are in SMR, we can continue traversal.
- * Jump to 'restart' should yield in the same result,
- * but could produce unnecessary looping. Could this
+ * Jump to 'next' should yield in the same result, but
+ * could produce unnecessary looping. Could this
* looping be unbound?
*/
inp_unlock(inp, lock);