Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 3 Mar 2024 17:49:31 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 6cf569e659d4 - stable/14 - carp(4): Fix a typo in a source code comment
Message-ID:  <202403031749.423HnVvN067945@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch stable/14 has been updated by gbe:

URL: https://cgit.FreeBSD.org/src/commit/?id=6cf569e659d417ae910fd351d03c1941505726cd

commit 6cf569e659d417ae910fd351d03c1941505726cd
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2024-02-27 16:39:57 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2024-03-03 17:48:32 +0000

    carp(4): Fix a typo in a source code comment
    
    - s/successfull/successful/
    
    (cherry picked from commit 6bce41a38e32decbce80bb1586cdd9400c83eb97)
---
 sys/netinet/ip_carp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c
index b0a422d5060f..335cb42613bf 100644
--- a/sys/netinet/ip_carp.c
+++ b/sys/netinet/ip_carp.c
@@ -885,7 +885,7 @@ carp_send_ad_error(struct carp_softc *sc, int error)
 {
 
 	/*
-	 * We track errors and successfull sends with this logic:
+	 * We track errors and successful sends with this logic:
 	 * - Any error resets success counter to 0.
 	 * - MAX_ERRORS triggers demotion.
 	 * - MIN_SUCCESS successes resets error counter to 0.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202403031749.423HnVvN067945>