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

perf python: Fix spelling mistake "metics" -> "metrics"

There is a spelling mistake in a Python doc string. Fix it.

Fixes: d0550be70f7ab84d ("perf python: Add parse_metrics function")
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: kernel-janitors@vger.kernel.org
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: https://lore.kernel.org/r/20250904090904.2782814-1-colin.i.king@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

authored by

Colin Ian King and committed by
Arnaldo Carvalho de Melo
3ff7ce84 414bf79d

+1 -1
+1 -1
tools/perf/util/python.c
··· 2187 2187 .ml_meth = (PyCFunction) pyrf__parse_metrics, 2188 2188 .ml_flags = METH_VARARGS, 2189 2189 .ml_doc = PyDoc_STR( 2190 - "Parse a string of metics or metric groups and return an evlist.") 2190 + "Parse a string of metrics or metric groups and return an evlist.") 2191 2191 }, 2192 2192 { 2193 2193 .ml_name = "pmus",