diff options
author | Colin Ian King | 2019-06-03 14:36:53 +0100 |
---|---|---|
committer | Daniel Borkmann | 2019-06-04 16:55:32 +0200 |
commit | 2ed99339e92186cbfe1813e732996e19611216c0 (patch) | |
tree | c52eb60616501352883c1fcd105643d2c96c4e62 /samples/bpf/hbm.c | |
parent | 0462eaacee493f7e2d87551a35d38be93ca723f8 (diff) |
bpf: hbm: fix spelling mistake "notifcations" -> "notificiations"
There is a spelling mistake in the help information, fix this.
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Acked-by: Martin KaFai Lau <kafai@fb.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'samples/bpf/hbm.c')
-rw-r--r-- | samples/bpf/hbm.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/hbm.c b/samples/bpf/hbm.c index 480b7ad6a1f2..bdfce592207a 100644 --- a/samples/bpf/hbm.c +++ b/samples/bpf/hbm.c @@ -411,7 +411,7 @@ static void Usage(void) " -l also limit flows using loopback\n" " -n <#> to create cgroup \"/hbm#\" and attach prog\n" " Default is /hbm1\n" - " --no_cn disable CN notifcations\n" + " --no_cn disable CN notifications\n" " -r <rate> Rate in Mbps\n" " -s Update HBM stats\n" " -t <time> Exit after specified seconds (default is 0)\n" |