Skip to content

Commit 0cad6b8

Browse files
tobluxqmonnet
authored andcommitted
bpftool: Fix typo in error message
s/at at/at a/ Signed-off-by: Thorsten Blum <[email protected]> Signed-off-by: Daniel Borkmann <[email protected]> Acked-by: Quentin Monnet <[email protected]> Link: https://lore.kernel.org/bpf/[email protected]
1 parent bfdb1e5 commit 0cad6b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2081,7 +2081,7 @@ static int profile_parse_metrics(int argc, char **argv)
20812081
NEXT_ARG();
20822082
}
20832083
if (selected_cnt > MAX_NUM_PROFILE_METRICS) {
2084-
p_err("too many (%d) metrics, please specify no more than %d metrics at at time",
2084+
p_err("too many (%d) metrics, please specify no more than %d metrics at a time",
20852085
selected_cnt, MAX_NUM_PROFILE_METRICS);
20862086
return -1;
20872087
}

0 commit comments

Comments
 (0)