mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
carp(4): Fix a typo in a source code comment
- s/successfull/successful/
(cherry picked from commit 6bce41a38e)
This commit is contained in:
parent
cdadccec76
commit
6cf569e659
1 changed files with 1 additions and 1 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue