The branch main has been updated by glebius: URL: https://cgit.FreeBSD.org/src/commit/?id=df97a58afdea2dc23746c84ebeb60790d8786b22
commit df97a58afdea2dc23746c84ebeb60790d8786b22 Author: Gleb Smirnoff <[email protected]> AuthorDate: 2026-02-28 05:10:54 +0000 Commit: Gleb Smirnoff <[email protected]> CommitDate: 2026-03-04 21:35:07 +0000 inpcb: use correct label name in a comment --- sys/netinet/in_pcb.c | 4 ++-- 1 file 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);
