git: 21e28d8f1fc9 - stable/12 - if_llatbl: Fix a typo in a debug statement
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 10 Jun 2022 12:46:04 UTC
The branch stable/12 has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=21e28d8f1fc997f3610d89c8d174413f4e25563e
commit 21e28d8f1fc997f3610d89c8d174413f4e25563e
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 13:22:09 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-10 12:40:56 +0000
if_llatbl: Fix a typo in a debug statement
- s/droped/dropped/
Obtained from: NetBSD
(cherry picked from commit 4f493559b0d7853c7521bd3cb5affe659914e479)
---
sys/net/if_llatbl.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/net/if_llatbl.c b/sys/net/if_llatbl.c
index db1c9dfcf527..b8e8975808d4 100644
--- a/sys/net/if_llatbl.c
+++ b/sys/net/if_llatbl.c
@@ -273,7 +273,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);