summaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-06-03 14:36:53 +0100
committerDaniel Borkmann <daniel@iogearbox.net>2019-06-04 16:55:32 +0200
commit2ed99339e92186cbfe1813e732996e19611216c0 (patch)
treec52eb60616501352883c1fcd105643d2c96c4e62 /samples
parent0462eaacee493f7e2d87551a35d38be93ca723f8 (diff)
downloadlinux-0-day-2ed99339e92186cbfe1813e732996e19611216c0.tar.gz
linux-0-day-2ed99339e92186cbfe1813e732996e19611216c0.tar.xz
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')
-rw-r--r--samples/bpf/hbm.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/hbm.c b/samples/bpf/hbm.c
index 480b7ad6a1f20..bdfce592207a2 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"