aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2021-03-15 21:44:54 +0900
committerAndrii Nakryiko <andrii@kernel.org>2021-03-15 22:17:35 -0700
commitd94436a5d1a0ac8bcad29eb6735384940ae15603 (patch)
tree57b394a0bfe9cd8c352052264eee005cf4d1f9cc /samples
parentlibbpf: Avoid inline hint definition from 'linux/stddef.h' (diff)
downloadlinux-dev-d94436a5d1a0ac8bcad29eb6735384940ae15603.tar.xz
linux-dev-d94436a5d1a0ac8bcad29eb6735384940ae15603.zip
samples: bpf: Fix a spelling typo in do_hbm_test.sh
This patch fixes a spelling typo in do_hbm_test.sh Signed-off-by: Masanari Iida <standby24x7@gmail.com> Signed-off-by: Andrii Nakryiko <andrii@kernel.org> Link: https://lore.kernel.org/bpf/20210315124454.1744594-1-standby24x7@gmail.com
Diffstat (limited to 'samples')
-rwxr-xr-xsamples/bpf/do_hbm_test.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/bpf/do_hbm_test.sh b/samples/bpf/do_hbm_test.sh
index 21790ea5c460..38e4599350db 100755
--- a/samples/bpf/do_hbm_test.sh
+++ b/samples/bpf/do_hbm_test.sh
@@ -10,7 +10,7 @@
Usage() {
echo "Script for testing HBM (Host Bandwidth Manager) framework."
echo "It creates a cgroup to use for testing and load a BPF program to limit"
- echo "egress or ingress bandwidht. It then uses iperf3 or netperf to create"
+ echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create"
echo "loads. The output is the goodput in Mbps (unless -D was used)."
echo ""
echo "USAGE: $name [out] [-b=<prog>|--bpf=<prog>] [-c=<cc>|--cc=<cc>]"