aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv6
diff options
context:
space:
mode:
authorZhang Jiaming <jiaming@nfschina.com>2022-06-23 17:27:12 +0800
committerSteffen Klassert <steffen.klassert@secunet.com>2022-07-04 10:20:11 +0200
commitcf746bac6c5ba4577a9c7c528f351f56d0ebf4d6 (patch)
tree76fee3334435ae380b1240b32a10b09abf9ba927 /net/ipv6
parentxfrm: change the type of xfrm_register_km and xfrm_unregister_km (diff)
downloadlinux-dev-cf746bac6c5ba4577a9c7c528f351f56d0ebf4d6.tar.xz
linux-dev-cf746bac6c5ba4577a9c7c528f351f56d0ebf4d6.zip
esp6: Fix spelling mistake
Change 'accomodate' to 'accommodate'. Signed-off-by: Zhang Jiaming <jiaming@nfschina.com> Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Diffstat (limited to 'net/ipv6')
-rw-r--r--net/ipv6/esp6.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/net/ipv6/esp6.c b/net/ipv6/esp6.c
index 36e1d0f8dd06..8220923a12f7 100644
--- a/net/ipv6/esp6.c
+++ b/net/ipv6/esp6.c
@@ -343,7 +343,7 @@ static struct ip_esp_hdr *esp_output_set_esn(struct sk_buff *skb,
struct esp_output_extra *extra)
{
/* For ESN we move the header forward by 4 bytes to
- * accomodate the high bits. We will move it back after
+ * accommodate the high bits. We will move it back after
* encryption.
*/
if ((x->props.flags & XFRM_STATE_ESN)) {
@@ -896,7 +896,7 @@ static void esp_input_set_header(struct sk_buff *skb, __be32 *seqhi)
struct xfrm_state *x = xfrm_input_state(skb);
/* For ESN we move the header forward by 4 bytes to
- * accomodate the high bits. We will move it back after
+ * accommodate the high bits. We will move it back after
* decryption.
*/
if ((x->props.flags & XFRM_STATE_ESN)) {