Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 04 Mar 2026 21:35:42 +0000
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: df97a58afdea - main - inpcb: use correct label name in a comment
Message-ID:  <69a8a5ae.306bb.7982060f@gitrepo.freebsd.org>

index | next in thread | raw e-mail

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);


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?69a8a5ae.306bb.7982060f>