Skip to content

Commit d94436a

Browse files
standby24x7anakryiko
authored andcommitted
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 <[email protected]> Signed-off-by: Andrii Nakryiko <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent 0205e9d commit d94436a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/bpf/do_hbm_test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
Usage() {
1111
echo "Script for testing HBM (Host Bandwidth Manager) framework."
1212
echo "It creates a cgroup to use for testing and load a BPF program to limit"
13-
echo "egress or ingress bandwidht. It then uses iperf3 or netperf to create"
13+
echo "egress or ingress bandwidth. It then uses iperf3 or netperf to create"
1414
echo "loads. The output is the goodput in Mbps (unless -D was used)."
1515
echo ""
1616
echo "USAGE: $name [out] [-b=<prog>|--bpf=<prog>] [-c=<cc>|--cc=<cc>]"

0 commit comments

Comments
 (0)