mirror of
https://git.FreeBSD.org/src.git
synced 2025-01-18 15:30:21 +00:00
if_llatbl: Fix a typo in a debug statement
- s/droped/dropped/ Obtained from: NetBSD MFC after: 3 days
This commit is contained in:
parent
2a66634d1b
commit
4f493559b0
@ -333,7 +333,7 @@ lltable_drop_entry_queue(struct llentry *lle)
|
||||
}
|
||||
|
||||
KASSERT(lle->la_numheld == 0,
|
||||
("%s: la_numheld %d > 0, pkts_droped %zd", __func__,
|
||||
("%s: la_numheld %d > 0, pkts_dropped %zd", __func__,
|
||||
lle->la_numheld, pkts_dropped));
|
||||
|
||||
return (pkts_dropped);
|
||||
|
Loading…
Reference in New Issue
Block a user