bpf.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] samples: Trivial - fix spelling mistake in usage
@ 2019-10-07  8:26 Anton Ivanov
  2019-10-07 22:10 ` Song Liu
  2019-10-08  3:15 ` Alexei Starovoitov
  0 siblings, 2 replies; 3+ messages in thread
From: Anton Ivanov @ 2019-10-07  8:26 UTC (permalink / raw)
  To: bpf; +Cc: ast, daniel, kafai, yhs, netdev, Anton Ivanov

Signed-off-by: Anton Ivanov <anton.ivanov@cambridgegreys.com>
---
 samples/bpf/xdpsock_user.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/samples/bpf/xdpsock_user.c b/samples/bpf/xdpsock_user.c
index d08ee1ab7bb4..eb78159376eb 100644
--- a/samples/bpf/xdpsock_user.c
+++ b/samples/bpf/xdpsock_user.c
@@ -361,7 +361,7 @@ static void usage(const char *prog)
 		"  -q, --queue=n	Use queue n (default 0)\n"
 		"  -p, --poll		Use poll syscall\n"
 		"  -S, --xdp-skb=n	Use XDP skb-mod\n"
-		"  -N, --xdp-native=n	Enfore XDP native mode\n"
+		"  -N, --xdp-native=n	Enforce XDP native mode\n"
 		"  -n, --interval=n	Specify statistics update interval (default 1 sec).\n"
 		"  -z, --zero-copy      Force zero-copy mode.\n"
 		"  -c, --copy           Force copy mode.\n"
-- 
2.20.1


^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2019-10-08  3:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-10-07  8:26 [PATCH] samples: Trivial - fix spelling mistake in usage Anton Ivanov
2019-10-07 22:10 ` Song Liu
2019-10-08  3:15 ` Alexei Starovoitov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).