diff mbox series

perf tools: Rudimentary typo fix

Message ID 20210321005755.26660-1-unixbhaskar@gmail.com (mailing list archive)
State Not Applicable
Delegated to: BPF
Headers show
Series perf tools: Rudimentary typo fix | expand

Checks

Context Check Description
netdev/tree_selection success Not a local patch

Commit Message

Bhaskar Chowdhury March 21, 2021, 12:57 a.m. UTC
s/archictures/architectures/

Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>
---
 tools/perf/builtin-stat.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.30.1

Comments

Randy Dunlap March 21, 2021, 1:45 a.m. UTC | #1
On Sun, 21 Mar 2021, Bhaskar Chowdhury wrote:

>
> s/archictures/architectures/
>
> Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>


> ---
> tools/perf/builtin-stat.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
> index 2e2e4a8345ea..5cc5eeae6ade 100644
> --- a/tools/perf/builtin-stat.c
> +++ b/tools/perf/builtin-stat.c
> @@ -1705,7 +1705,7 @@ static int add_default_attributes(void)
> 	bzero(&errinfo, sizeof(errinfo));
> 	if (transaction_run) {
> 		/* Handle -T as -M transaction. Once platform specific metrics
> -		 * support has been added to the json files, all archictures
> +		 * support has been added to the json files, all architectures
> 		 * will use this approach. To determine transaction support
> 		 * on an architecture test for such a metric name.
> 		 */
> --
> 2.30.1
>
>
diff mbox series

Patch

diff --git a/tools/perf/builtin-stat.c b/tools/perf/builtin-stat.c
index 2e2e4a8345ea..5cc5eeae6ade 100644
--- a/tools/perf/builtin-stat.c
+++ b/tools/perf/builtin-stat.c
@@ -1705,7 +1705,7 @@  static int add_default_attributes(void)
 	bzero(&errinfo, sizeof(errinfo));
 	if (transaction_run) {
 		/* Handle -T as -M transaction. Once platform specific metrics
-		 * support has been added to the json files, all archictures
+		 * support has been added to the json files, all architectures
 		 * will use this approach. To determine transaction support
 		 * on an architecture test for such a metric name.
 		 */