We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 987f5cb commit 0029e8aCopy full SHA for 0029e8a
tools/perf/util/scripting-engines/trace-event-python.c
@@ -131,7 +131,7 @@ static void handler_call_die(const char *handler_name)
131
}
132
133
/*
134
- * Insert val into into the dictionary and decrement the reference counter.
+ * Insert val into the dictionary and decrement the reference counter.
135
* This is necessary for dictionaries since PyDict_SetItemString() does not
136
* steal a reference, as opposed to PyTuple_SetItem().
137
*/
0 commit comments