lkml.org 
[lkml]   [2020]   [Aug]   [12]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
SubjectRe: [PATCH] perf bench: fix a couple of spelling mistakes in options text
Em Wed, Aug 12, 2020 at 07:46:47AM +0100, Colin King escreveu:
> From: Colin Ian King <colin.king@canonical.com>
>
> There are a couple of spelling mistakes in the text. Fix these.

Thanks, applied.

- Arnaldo

> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> tools/perf/bench/find-bit-bench.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/tools/perf/bench/find-bit-bench.c b/tools/perf/bench/find-bit-bench.c
> index fa90f3e9d368..73b5bcc5946a 100644
> --- a/tools/perf/bench/find-bit-bench.c
> +++ b/tools/perf/bench/find-bit-bench.c
> @@ -17,9 +17,9 @@ static unsigned int inner_iterations = 100000;
>
> static const struct option options[] = {
> OPT_UINTEGER('i', "outer-iterations", &outer_iterations,
> - "Number of outerer iterations used"),
> + "Number of outer iterations used"),
> OPT_UINTEGER('j', "inner-iterations", &inner_iterations,
> - "Number of outerer iterations used"),
> + "Number of inner iterations used"),
> OPT_END()
> };
>
> --
> 2.27.0
>

--

- Arnaldo

\
 
 \ /
  Last update: 2020-08-12 14:11    [W:0.045 / U:0.296 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site