git: 594d6c7141b7 - stable/14 - net80211: correct typo s/Insure/Ensure/
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 10 Feb 2025 14:52:42 UTC
The branch stable/14 has been updated by bz:
URL: https://cgit.FreeBSD.org/src/commit/?id=594d6c7141b7f5a7845044982b946479a6c5fd27
commit 594d6c7141b7f5a7845044982b946479a6c5fd27
Author: Bjoern A. Zeeb <bz@FreeBSD.org>
AuthorDate: 2025-01-07 11:56:07 +0000
Commit: Bjoern A. Zeeb <bz@FreeBSD.org>
CommitDate: 2025-02-10 14:52:09 +0000
net80211: correct typo s/Insure/Ensure/
No functional changes.
Sposnored by: The FreeBSD Foundation
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D48358
(cherry picked from commit e6d40f90110ad8026f1af3fa68f836463936ea78)
---
sys/net80211/ieee80211_crypto.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sys/net80211/ieee80211_crypto.c b/sys/net80211/ieee80211_crypto.c
index 6a1182b52480..bdbe52720f6e 100644
--- a/sys/net80211/ieee80211_crypto.c
+++ b/sys/net80211/ieee80211_crypto.c
@@ -666,7 +666,7 @@ ieee80211_crypto_decap(struct ieee80211_node *ni, struct mbuf *m, int hdrlen,
k = &ni->ni_ucastkey;
/*
- * Insure crypto header is contiguous and long enough for all
+ * Ensure crypto header is contiguous and long enough for all
* decap work.
*/
cip = k->wk_cipher;