carp(4): Fix a typo in a source code comment

- s/successfull/successful/

(cherry picked from commit 6bce41a38e)
This commit is contained in:
Gordon Bergling 2024-02-27 17:39:57 +01:00
parent cdadccec76
commit 6cf569e659

View file

@ -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.