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>
                break;
 
        case 1: {
-               /* Direct encasulation of IPv4 or IPv6 */
+               /* Direct encapsulation of IPv4 or IPv6 */
 
                int prot;
 
        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) {