mirror of
https://github.com/torvalds/linux.git
synced 2024-11-23 12:42:02 +00:00
samples/bpf: fix spelling mistake: "revieve" -> "receive"
Trivial fix to spelling mistake in error message text Signed-off-by: Colin Ian King <colin.king@canonical.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
This commit is contained in:
parent
b76354cdfe
commit
20cfb7a04f
@ -246,7 +246,7 @@ static void udp_client(void)
|
||||
recv_len = recvfrom(s_rcv, &buf, sizeof(buf), 0,
|
||||
(struct sockaddr *)&si_me, &slen);
|
||||
if (recv_len < 0)
|
||||
error(1, errno, "revieve\n");
|
||||
error(1, errno, "receive\n");
|
||||
res = memcmp(&(si_other.sin_addr), &(si_me.sin_addr),
|
||||
sizeof(si_me.sin_addr));
|
||||
if (res != 0)
|
||||
|
Loading…
Reference in New Issue
Block a user