mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-14 18:49:15 +00:00
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>
This commit is contained in:
parent
987f5cbd2f
commit
0029e8ace1
1 changed files with 1 additions and 1 deletions
|
@ -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
|
* This is necessary for dictionaries since PyDict_SetItemString() does not
|
||||||
* steal a reference, as opposed to PyTuple_SetItem().
|
* steal a reference, as opposed to PyTuple_SetItem().
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Reference in a new issue