Date: Tue, 1 Nov 2022 06:03:10 GMT From: Gordon Bergling <gbe@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org Subject: git: 513982245a86 - stable/13 - net8021: Fix a typo in a kernel error message Message-ID: <202211010603.2A163ABN094817@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch stable/13 has been updated by gbe (doc committer): URL: https://cgit.FreeBSD.org/src/commit/?id=513982245a8611e49a4085daeb2cd185f7555895 commit 513982245a8611e49a4085daeb2cd185f7555895 Author: Gordon Bergling <gbe@FreeBSD.org> AuthorDate: 2022-10-25 02:31:51 +0000 Commit: Gordon Bergling <gbe@FreeBSD.org> CommitDate: 2022-11-01 06:02:55 +0000 net8021: Fix a typo in a kernel error message - s/missmatch/mismatch/ (cherry picked from commit 156ce1e51ce9c092dcc8cc4d7f80a8c63974beea) --- 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 210ca25b6206..8da7d8490574 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) {
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202211010603.2A163ABN094817>