net: l2tp: Fix a typo
authorBhaskar Chowdhury <unixbhaskar@gmail.com>
Mon, 22 Mar 2021 12:21:55 +0000 (17:51 +0530)
committerDavid S. Miller <davem@davemloft.net>
Mon, 22 Mar 2021 20:17:49 +0000 (13:17 -0700)
s/verifed/verified/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/l2tp/l2tp_core.c

index 203890e..2ee2074 100644 (file)
@@ -802,7 +802,7 @@ static int l2tp_udp_recv_core(struct l2tp_tunnel *tunnel, struct sk_buff *skb)
        u16 version;
        int length;
 
-       /* UDP has verifed checksum */
+       /* UDP has verified checksum */
 
        /* UDP always verifies the packet length. */
        __skb_pull(skb, sizeof(struct udphdr));