diff options
| author | Deming Wang <[email protected]> | 2022-09-27 19:25:27 +0000 |
|---|---|---|
| committer | Andrii Nakryiko <[email protected]> | 2022-09-30 22:04:23 +0000 |
| commit | b59cc7fcbaebde52ed97f63c6c50e49b8dd5be37 (patch) | |
| tree | 39c3ddb0ca11c0a734305fd65a7db4e4e8891172 /samples/bpf/xdp_router_ipv4_user.c | |
| parent | Merge branch 'tools: bpftool: Remove unused struct' (diff) | |
| download | kernel-b59cc7fcbaebde52ed97f63c6c50e49b8dd5be37.tar.gz kernel-b59cc7fcbaebde52ed97f63c6c50e49b8dd5be37.zip | |
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]
Diffstat (limited to 'samples/bpf/xdp_router_ipv4_user.c')
| -rw-r--r-- | samples/bpf/xdp_router_ipv4_user.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/xdp_router_ipv4_user.c b/samples/bpf/xdp_router_ipv4_user.c index 294fc15ad1cb..683913bbf279 100644 --- a/samples/bpf/xdp_router_ipv4_user.c +++ b/samples/bpf/xdp_router_ipv4_user.c @@ -209,7 +209,7 @@ static void read_route(struct nlmsghdr *nh, int nll) /* Rereading the route table to check if * there is an entry with the same * prefix but a different metric as the - * deleted enty. + * deleted entry. */ get_route_table(AF_INET); } else if (prefix_key->data[0] == |
