From: Kajol Jain Date: Fri, 25 Aug 2023 10:47:00 +0000 (+0530) Subject: perf lock contention: Fix typo in max-stack option description X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=0f2418fddb6dddd5f6f9fc4e2375bdaa0d7e0174;p=linux.git perf lock contention: Fix typo in max-stack option description Fix typo in max-stack option description by changing lopck contention to lock contention. Signed-off-by: Kajol Jain Cc: Athira Rajeev Cc: Disha Goel Cc: Madhavan Srinivasan Cc: Namhyung Kim Link: https://lore.kernel.org/r/20230825104700.440809-1-kjain@linux.ibm.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/builtin-lock.c b/tools/perf/builtin-lock.c index 0cf1c5a2e0323..b141f21342740 100644 --- a/tools/perf/builtin-lock.c +++ b/tools/perf/builtin-lock.c @@ -2507,7 +2507,7 @@ int cmd_lock(int argc, const char **argv) OPT_CALLBACK('M', "map-nr-entries", &bpf_map_entries, "num", "Max number of BPF map entries", parse_map_entry), OPT_CALLBACK(0, "max-stack", &max_stack_depth, "num", - "Set the maximum stack depth when collecting lopck contention, " + "Set the maximum stack depth when collecting lock contention, " "Default: " __stringify(CONTENTION_STACK_DEPTH), parse_max_stack), OPT_INTEGER(0, "stack-skip", &stack_skip, "Set the number of stack depth to skip when finding a lock caller, "