From: Bhaskar Chowdhury Date: Mon, 22 Mar 2021 12:21:55 +0000 (+0530) Subject: net: l2tp: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=aa785f93fcb4e8c66f5d3de88cd7626774f13c1d;p=linux.git net: l2tp: Fix a typo s/verifed/verified/ Signed-off-by: Bhaskar Chowdhury Acked-by: Randy Dunlap Signed-off-by: David S. Miller --- diff --git a/net/l2tp/l2tp_core.c b/net/l2tp/l2tp_core.c index 203890e378cb0..2ee20743cb412 100644 --- a/net/l2tp/l2tp_core.c +++ b/net/l2tp/l2tp_core.c @@ -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));