Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 4 Jun 2022 13:22:20 GMT
From:      Gordon Bergling <gbe@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 4f493559b0d7 - main - if_llatbl: Fix a typo in a debug statement
Message-ID:  <202206041322.254DMK02005511@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by gbe (doc committer):

URL: https://cgit.FreeBSD.org/src/commit/?id=4f493559b0d7853c7521bd3cb5affe659914e479

commit 4f493559b0d7853c7521bd3cb5affe659914e479
Author:     Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-06-04 13:22:09 +0000
Commit:     Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-06-04 13:22:09 +0000

    if_llatbl: Fix a typo in a debug statement
    
    - s/droped/dropped/
    
    Obtained from:  NetBSD
    MFC after:      3 days
---
 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 7d05effb4d66..68a5ab931ec9 100644
--- a/sys/net/if_llatbl.c
+++ b/sys/net/if_llatbl.c
@@ -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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202206041322.254DMK02005511>