aboutsummaryrefslogtreecommitdiffstats
path: root/samples
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-03-05 12:31:13 -0500
committerDaniel Borkmann <daniel@iogearbox.net>2019-03-07 04:35:00 -0500
commit5b4f21b2a5c4f41de3e49eef66d2fa566f23971a (patch)
tree1c04953187eec759581069dc35d40e3126ca66d2 /samples
parent4c3024debf62de4c6ac6d3cb4c0063be21d4f652 (diff)
bpf: hbm: fix spelling mistake "deault" -> "default"
There are a couple of typos, fix these. Signed-off-by: Colin Ian King <colin.king@canonical.com> Acked-by: Song Liu <songliubraving@fb.com> Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'samples')
-rw-r--r--samples/bpf/hbm.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/samples/bpf/hbm.c b/samples/bpf/hbm.c
index 8408ccb7409f..a79828ab273f 100644
--- a/samples/bpf/hbm.c
+++ b/samples/bpf/hbm.c
@@ -18,7 +18,7 @@
18 * Default is /hbm1 18 * Default is /hbm1
19 * -r <rate> Rate limit in Mbps 19 * -r <rate> Rate limit in Mbps
20 * -s Get HBM stats (marked, dropped, etc.) 20 * -s Get HBM stats (marked, dropped, etc.)
21 * -t <time> Exit after specified seconds (deault is 0) 21 * -t <time> Exit after specified seconds (default is 0)
22 * -w Work conserving flag. cgroup can increase its bandwidth 22 * -w Work conserving flag. cgroup can increase its bandwidth
23 * beyond the rate limit specified while there is available 23 * beyond the rate limit specified while there is available
24 * bandwidth. Current implementation assumes there is only 24 * bandwidth. Current implementation assumes there is only
@@ -376,7 +376,7 @@ static void Usage(void)
376 " Default is /hbm1\n" 376 " Default is /hbm1\n"
377 " -r <rate> Rate in Mbps\n" 377 " -r <rate> Rate in Mbps\n"
378 " -s Update HBM stats\n" 378 " -s Update HBM stats\n"
379 " -t <time> Exit after specified seconds (deault is 0)\n" 379 " -t <time> Exit after specified seconds (default is 0)\n"
380 " -w Work conserving flag. cgroup can increase\n" 380 " -w Work conserving flag. cgroup can increase\n"
381 " bandwidth beyond the rate limit specified\n" 381 " bandwidth beyond the rate limit specified\n"
382 " while there is available bandwidth. Current\n" 382 " while there is available bandwidth. Current\n"