From: shaomin Deng Date: Sun, 7 Aug 2022 16:02:39 +0000 (-0400) Subject: perf scripting python: Delete repeated word in comments X-Git-Tag: baikal/aarch64/sdk6.1~3254^2~27 X-Git-Url: https://git.baikalelectronics.ru/?a=commitdiff_plain;h=b680c937f604c6594bf5753c434c24bc8534bea4;p=kernel.git perf scripting python: Delete repeated word in comments Delete the repeated word "into" in comments. Signed-off-by: shaomin Deng Cc: Alexander Shishkin Cc: Mark Rutland Cc: Peter Zijlstra Link: http://lore.kernel.org/lkml/20220807160239.474-1-dengshaomin@cdjrlc.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c index 5bbc1b16f3687..9ef2406e0ede7 100644 --- a/tools/perf/util/scripting-engines/trace-event-python.c +++ b/tools/perf/util/scripting-engines/trace-event-python.c @@ -131,7 +131,7 @@ static void handler_call_die(const char *handler_name) } /* - * Insert val into into the dictionary and decrement the reference counter. + * Insert val into the dictionary and decrement the reference counter. * This is necessary for dictionaries since PyDict_SetItemString() does not * steal a reference, as opposed to PyTuple_SetItem(). */