mirror of
https://github.com/opnsense/src.git
synced 2026-02-18 18:20:26 -05:00
if_llatbl: Fix a typo in a KASSERT message
- s/entires/entries/ (cherry picked from commit b4c94968d1bd1ffdd43976b0315e2b6c2b620ee2)
This commit is contained in:
parent
6ef2bd438f
commit
44784993a6
1 changed files with 1 additions and 1 deletions
|
|
@ -706,7 +706,7 @@ lltable_free(struct lltable *llt)
|
|||
llentry_free(lle);
|
||||
}
|
||||
|
||||
KASSERT(llt->llt_entries == 0, ("%s: lltable %p (%s) entires not 0: %d",
|
||||
KASSERT(llt->llt_entries == 0, ("%s: lltable %p (%s) entries not 0: %d",
|
||||
__func__, llt, llt->llt_ifp->if_xname, llt->llt_entries));
|
||||
|
||||
llt->llt_free_tbl(llt);
|
||||
|
|
|
|||
Loading…
Reference in a new issue