perf c2c: Fix spelling mistakes in browser help text
Togle -> Toggle, lenght -> length. Signed-off-by: Kim Phillips <kim.phillips@arm.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/20171114150447.f4b63bc5d97c83cdaa8bf7dc@arm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
b89a5124d2
commit
239fb4fed6
|
@ -2224,9 +2224,9 @@ static int perf_c2c__browse_cacheline(struct hist_entry *he)
|
||||||
struct hist_browser *browser;
|
struct hist_browser *browser;
|
||||||
int key = -1;
|
int key = -1;
|
||||||
const char help[] =
|
const char help[] =
|
||||||
" ENTER Togle callchains (if present) \n"
|
" ENTER Toggle callchains (if present) \n"
|
||||||
" n Togle Node details info \n"
|
" n Toggle Node details info \n"
|
||||||
" s Togle full lenght of symbol and source line columns \n"
|
" s Toggle full length of symbol and source line columns \n"
|
||||||
" q Return back to cacheline list \n";
|
" q Return back to cacheline list \n";
|
||||||
|
|
||||||
/* Display compact version first. */
|
/* Display compact version first. */
|
||||||
|
@ -2303,7 +2303,7 @@ static int perf_c2c__hists_browse(struct hists *hists)
|
||||||
int key = -1;
|
int key = -1;
|
||||||
const char help[] =
|
const char help[] =
|
||||||
" d Display cacheline details \n"
|
" d Display cacheline details \n"
|
||||||
" ENTER Togle callchains (if present) \n"
|
" ENTER Toggle callchains (if present) \n"
|
||||||
" q Quit \n";
|
" q Quit \n";
|
||||||
|
|
||||||
browser = perf_c2c_browser__new(hists);
|
browser = perf_c2c_browser__new(hists);
|
||||||
|
|
Loading…
Reference in New Issue