]> Git Repo - linux.git/commitdiff
perf scripting python: Delete repeated word in comments
authorshaomin Deng <[email protected]>
Sun, 7 Aug 2022 16:02:39 +0000 (12:02 -0400)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 12 Aug 2022 19:45:53 +0000 (16:45 -0300)
Delete the repeated word "into" in comments.

Signed-off-by: shaomin Deng <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/scripting-engines/trace-event-python.c

index 5bbc1b16f3687fad21b65e942475713358a5f39c..9ef2406e0ede714c8a00abb81c95d6a66b9a1959 100644 (file)
@@ -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().
  */
This page took 0.056708 seconds and 4 git commands to generate.