summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorshaomin Deng <dengshaomin@cdjrlc.com>2022-08-07 12:02:39 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2022-08-12 16:45:53 -0300
commit0029e8ace159216d668f9ae6d3892cfebde848c6 (patch)
tree38ad950c030c0fc7e5e9b16930d030b0060623d5
parent987f5cbd2f3f3300c3f681130b5c67661efa53a5 (diff)
downloadlinux-0-day-0029e8ace159216d668f9ae6d3892cfebde848c6.tar.gz
linux-0-day-0029e8ace159216d668f9ae6d3892cfebde848c6.tar.xz
perf scripting python: Delete repeated word in comments
Delete the repeated word "into" in comments. Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Mark Rutland <mark.rutland@arm.com> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lore.kernel.org/lkml/20220807160239.474-1-dengshaomin@cdjrlc.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--tools/perf/util/scripting-engines/trace-event-python.c2
1 files changed, 1 insertions, 1 deletions
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().
*/