Skip to content

Commit

Permalink
perf bench: Fix a couple of spelling mistakes in options text
Browse files Browse the repository at this point in the history
There are a couple of spelling mistakes in the text. Fix these.

Signed-off-by: Colin King <colin.king@canonical.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: kernel-janitors@vger.kernel.org
Link: http://lore.kernel.org/lkml/20200812064647.200132-1-colin.king@canonical.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
  • Loading branch information
Colin Ian King authored and Arnaldo Carvalho de Melo committed Aug 12, 2020
1 parent 85372c6 commit f9f9506
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/perf/bench/find-bit-bench.c
Original file line number Diff line number Diff line change
Expand Up @@ -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()
};

Expand Down

0 comments on commit f9f9506

Please sign in to comment.