[PATCH] perf scripting python: Delete repeated word in comments

shaomin Deng posted 1 patch 3 years, 8 months ago
tools/perf/util/scripting-engines/trace-event-python.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] perf scripting python: Delete repeated word in comments
Posted by shaomin Deng 3 years, 8 months ago
Delete the repeated word "into" in comments.

Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com>
---
 tools/perf/util/scripting-engines/trace-event-python.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c
index adba01b7d9dd..107aeccbae30 100644
--- a/tools/perf/util/scripting-engines/trace-event-python.c
+++ b/tools/perf/util/scripting-engines/trace-event-python.c
@@ -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().
  */
-- 
2.35.1
Re: [PATCH] perf scripting python: Delete repeated word in comments
Posted by Arnaldo Carvalho de Melo 3 years, 8 months ago
Em Sun, Aug 07, 2022 at 12:02:39PM -0400, shaomin Deng escreveu:
> Delete the repeated word "into" in comments.

Thanks, applied.

- Arnaldo

 
> Signed-off-by: shaomin Deng <dengshaomin@cdjrlc.com>
> ---
>  tools/perf/util/scripting-engines/trace-event-python.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/tools/perf/util/scripting-engines/trace-event-python.c b/tools/perf/util/scripting-engines/trace-event-python.c
> index adba01b7d9dd..107aeccbae30 100644
> --- a/tools/perf/util/scripting-engines/trace-event-python.c
> +++ b/tools/perf/util/scripting-engines/trace-event-python.c
> @@ -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().
>   */
> -- 
> 2.35.1
> 

-- 

- Arnaldo