fou: correct spelling of encapsulation
authorSimon Horman <simon.horman@netronome.com>
Tue, 9 Apr 2019 07:59:07 +0000 (09:59 +0200)
committerDavid S. Miller <davem@davemloft.net>
Thu, 11 Apr 2019 05:47:40 +0000 (22:47 -0700)
Correct spelling of encapsulation.
Found by inspection.

Signed-off-by: Simon Horman <simon.horman@netronome.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/ipv4/fou.c

index 100e63f..d2a2f32 100644 (file)
@@ -136,7 +136,7 @@ static int gue_udp_recv(struct sock *sk, struct sk_buff *skb)
                break;
 
        case 1: {
-               /* Direct encasulation of IPv4 or IPv6 */
+               /* Direct encapsulation of IPv4 or IPv6 */
 
                int prot;
 
@@ -1137,7 +1137,7 @@ static int gue_err(struct sk_buff *skb, u32 info)
        case 0: /* Full GUE header present */
                break;
        case 1: {
-               /* Direct encasulation of IPv4 or IPv6 */
+               /* Direct encapsulation of IPv4 or IPv6 */
                skb_set_transport_header(skb, -(int)sizeof(struct icmphdr));
 
                switch (((struct iphdr *)guehdr)->version) {