Skip to content

Commit 0029e8a

Browse files
shaomin Dengacmel
authored andcommitted
perf scripting python: Delete repeated word in comments
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]>
1 parent 987f5cb commit 0029e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/perf/util/scripting-engines/trace-event-python.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@ static void handler_call_die(const char *handler_name)
131131
}
132132

133133
/*
134-
* Insert val into into the dictionary and decrement the reference counter.
134+
* Insert val into the dictionary and decrement the reference counter.
135135
* This is necessary for dictionaries since PyDict_SetItemString() does not
136136
* steal a reference, as opposed to PyTuple_SetItem().
137137
*/

0 commit comments

Comments
 (0)