git: e6d40f90110a - main - net80211: correct typo s/Insure/Ensure/
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 07 Jan 2025 15:02:07 UTC
The branch main has been updated by bz: URL: https://cgit.FreeBSD.org/src/commit/?id=e6d40f90110ad8026f1af3fa68f836463936ea78 commit e6d40f90110ad8026f1af3fa68f836463936ea78 Author: Bjoern A. Zeeb <bz@FreeBSD.org> AuthorDate: 2025-01-07 11:56:07 +0000 Commit: Bjoern A. Zeeb <bz@FreeBSD.org> CommitDate: 2025-01-07 15:01:07 +0000 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 --- 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 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;