Skip to content

Commit b59cc7f

Browse files
Deming Wanganakryiko
authored andcommitted
samples/bpf: Fix typo in xdp_router_ipv4 sample
Fix typo in xdp_router_ipv4 sample. Signed-off-by: Deming Wang <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 2ade1cd commit b59cc7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bpf/xdp_router_ipv4_user.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ static void read_route(struct nlmsghdr *nh, int nll)
209209
/* Rereading the route table to check if
210210
* there is an entry with the same
211211
* prefix but a different metric as the
212-
* deleted enty.
212+
* deleted entry.
213213
*/
214214
get_route_table(AF_INET);
215215
} else if (prefix_key->data[0] ==

0 commit comments

Comments
 (0)