Skip to content

Commit

Permalink
net: l2tp: Fix a typo
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Bhaskar Chowdhury authored and David S. Miller committed Mar 22, 2021
1 parent 13e8c21 commit aa785f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/l2tp/l2tp_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit aa785f9

Please sign in to comment.