Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

bpftool: Fix typo in error message

s/at at/at a/

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Acked-by: Quentin Monnet <qmo@kernel.org>
Link: https://lore.kernel.org/bpf/20240411164258.533063-3-thorsten.blum@toblux.com

authored by

Thorsten Blum and committed by
Daniel Borkmann
23cc4fe4 c53e853c

+1 -1
+1 -1
tools/bpf/bpftool/prog.c
··· 2081 2081 NEXT_ARG(); 2082 2082 } 2083 2083 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", 2085 2085 selected_cnt, MAX_NUM_PROFILE_METRICS); 2086 2086 return -1; 2087 2087 }