2019-04-04 08:26:08

by Colin King

[permalink] [raw]
Subject: [PATCH] perf script: fix spelling mistake "multipe" -> "multiple"

From: Colin Ian King <[email protected]>

There is a spelling mistake in the Documentation. Fix it.

Signed-off-by: Colin Ian King <[email protected]>
---
tools/perf/Documentation/perf-script.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/Documentation/perf-script.txt b/tools/perf/Documentation/perf-script.txt
index 9b0d04dd2a61..e84aba03fc25 100644
--- a/tools/perf/Documentation/perf-script.txt
+++ b/tools/perf/Documentation/perf-script.txt
@@ -360,7 +360,7 @@ include::itrace.txt[]
stop time is not given (i.e, time string is 'x.y,') then analysis goes
to end of file.

- Also support time percent with multipe time range. Time string is
+ Also support time percent with multiple time range. Time string is
'a%/n,b%/m,...' or 'a%-b%,c%-%d,...'.

For example:
--
2.20.1


2019-04-04 08:47:51

by Mukesh Ojha

[permalink] [raw]
Subject: Re: [PATCH] perf script: fix spelling mistake "multipe" -> "multiple"


On 4/4/2019 1:53 PM, Colin King wrote:
> From: Colin Ian King <[email protected]>
>
> There is a spelling mistake in the Documentation. Fix it.
>
> Signed-off-by: Colin Ian King <[email protected]>
Reviewed-by: Mukesh Ojha <[email protected]>

Cheers,
-Mukesh
> ---
> tools/perf/Documentation/perf-script.txt | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/tools/perf/Documentation/perf-script.txt b/tools/perf/Documentation/perf-script.txt
> index 9b0d04dd2a61..e84aba03fc25 100644
> --- a/tools/perf/Documentation/perf-script.txt
> +++ b/tools/perf/Documentation/perf-script.txt
> @@ -360,7 +360,7 @@ include::itrace.txt[]
> stop time is not given (i.e, time string is 'x.y,') then analysis goes
> to end of file.
>
> - Also support time percent with multipe time range. Time string is
> + Also support time percent with multiple time range. Time string is
> 'a%/n,b%/m,...' or 'a%-b%,c%-%d,...'.
>
> For example: