git: 156ce1e51ce9 - main - net8021: Fix a typo in a kernel error message
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 25 Oct 2022 02:33:16 UTC
The branch main has been updated by gbe (doc committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=156ce1e51ce9c092dcc8cc4d7f80a8c63974beea
commit 156ce1e51ce9c092dcc8cc4d7f80a8c63974beea
Author: Gordon Bergling <gbe@FreeBSD.org>
AuthorDate: 2022-10-25 02:31:51 +0000
Commit: Gordon Bergling <gbe@FreeBSD.org>
CommitDate: 2022-10-25 02:31:51 +0000
net8021: Fix a typo in a kernel error message
- s/missmatch/mismatch/
MFC after: 1 week
---
sys/net80211/ieee80211_mesh.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/net80211/ieee80211_mesh.c b/sys/net80211/ieee80211_mesh.c
index 79ec5c9b7de8..f4f0d79b3ac3 100644
--- a/sys/net80211/ieee80211_mesh.c
+++ b/sys/net80211/ieee80211_mesh.c
@@ -2194,7 +2194,7 @@ mesh_parse_meshpeering_action(struct ieee80211_node *ni,
sendclose = 1;
IEEE80211_DISCARD(vap,
IEEE80211_MSG_ACTION | IEEE80211_MSG_MESH,
- wh, NULL, "%s", "configuration missmatch");
+ wh, NULL, "%s", "configuration mismatch");
}
if (sendclose) {