git: df97a58afdea - main - inpcb: use correct label name in a comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 04 Mar 2026 21:35:42 UTC
The branch main has been updated by glebius:
URL: https://cgit.FreeBSD.org/src/commit/?id=df97a58afdea2dc23746c84ebeb60790d8786b22
commit df97a58afdea2dc23746c84ebeb60790d8786b22
Author: Gleb Smirnoff <glebius@FreeBSD.org>
AuthorDate: 2026-02-28 05:10:54 +0000
Commit: Gleb Smirnoff <glebius@FreeBSD.org>
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);