Commit 0029e8ac authored by shaomin Deng's avatar shaomin Deng Committed by Arnaldo Carvalho de Melo
Browse files

perf scripting python: Delete repeated word in comments



Delete the repeated word "into" in comments.

Signed-off-by: default avatarshaomin 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: default avatarArnaldo Carvalho de Melo <acme@redhat.com>
parent 987f5cbd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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().
 */