From: Masanari Iida Date: Mon, 15 Mar 2021 12:44:54 +0000 (+0900) Subject: samples: bpf: Fix a spelling typo in do_hbm_test.sh X-Git-Tag: v5.13-rc1~94^2~398^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d94436a5d1a0ac8bcad29eb6735384940ae15603;p=thirdparty%2Fkernel%2Flinux.git 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 Signed-off-by: Andrii Nakryiko Link: https://lore.kernel.org/bpf/20210315124454.1744594-1-standby24x7@gmail.com --- diff --git a/samples/bpf/do_hbm_test.sh b/samples/bpf/do_hbm_test.sh index 21790ea5c4609..38e4599350db1 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=|--bpf=] [-c=|--cc=]"