diff options
author | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-01-07 11:56:07 +0000 |
---|---|---|
committer | Bjoern A. Zeeb <bz@FreeBSD.org> | 2025-01-07 15:01:07 +0000 |
commit | e6d40f90110ad8026f1af3fa68f836463936ea78 (patch) | |
tree | 9f6327843761c90dcb240f9a31c3f572005a5462 | |
parent | cf71349a23f02b55bd3bb4973decac87f7a7d2b8 (diff) |
net80211: correct typo s/Insure/Ensure/
No functional changes.
Sposnored by: The FreeBSD Foundation
MFC after: 3 days
Reviewed by: emaste
Differential Revision: https://reviews.freebsd.org/D48358
-rw-r--r-- | sys/net80211/ieee80211_crypto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net80211/ieee80211_crypto.c b/sys/net80211/ieee80211_crypto.c index d70b3aa4a24a..e1fac3a624e8 100644 --- a/sys/net80211/ieee80211_crypto.c +++ b/sys/net80211/ieee80211_crypto.c @@ -741,7 +741,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; |