mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 04:22:44 +00:00
if_llatbl: Fix a typo in a KASSERT message
- s/entires/entries/ MFC after: 5 days
This commit is contained in:
parent
3fb6adb079
commit
b4c94968d1
@ -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 New Issue
Block a user