Fix typo.

Sponsored by:	Netflix
This commit is contained in:
Adrian Chadd 2013-07-25 19:10:23 +00:00
parent a177309ff9
commit 387e754ae5
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=253655

View File

@ -1343,7 +1343,7 @@ lacp_sm_mux(struct lacp_port *lp)
case LACP_MUX_DISTRIBUTING:
if (selected != LACP_SELECTED || !p_sync || !p_collecting) {
new_state = LACP_MUX_COLLECTING;
lacp_dprintf(lp, "Interface stopped DISTRIBUTING, possible flaping\n");
lacp_dprintf(lp, "Interface stopped DISTRIBUTING, possible flapping\n");
sc->sc_flapping++;
}
break;