esp6: Fix spelling mistake
authorZhang Jiaming <jiaming@nfschina.com>
Thu, 23 Jun 2022 09:27:12 +0000 (17:27 +0800)
committerSteffen Klassert <steffen.klassert@secunet.com>
Mon, 4 Jul 2022 08:20:11 +0000 (10:20 +0200)
Change 'accomodate' to 'accommodate'.

Signed-off-by: Zhang Jiaming <jiaming@nfschina.com>
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
net/ipv6/esp6.c

index 36e1d0f8dd06115075b26702290f739772128a8f..8220923a12f7a854918dfeb3df696191e0a8a4cb 100644 (file)
@@ -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)) {