Skip to content

Commit f9f9506

Browse files
Colin Ian Kingacmel
authored andcommitted
perf bench: Fix a couple of spelling mistakes in options text
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>
1 parent 85372c6 commit f9f9506

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/perf/bench/find-bit-bench.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ static unsigned int inner_iterations = 100000;
1717

1818
static const struct option options[] = {
1919
OPT_UINTEGER('i', "outer-iterations", &outer_iterations,
20-
"Number of outerer iterations used"),
20+
"Number of outer iterations used"),
2121
OPT_UINTEGER('j', "inner-iterations", &inner_iterations,
22-
"Number of outerer iterations used"),
22+
"Number of inner iterations used"),
2323
OPT_END()
2424
};
2525

0 commit comments

Comments
 (0)