perf c2c: Fix spelling mistakes in browser help text
authorKim Phillips <[email protected]>
Tue, 14 Nov 2017 21:04:47 +0000 (15:04 -0600)
committerArnaldo Carvalho de Melo <[email protected]>
Thu, 16 Nov 2017 17:50:03 +0000 (14:50 -0300)
Togle -> Toggle, lenght -> length.

Signed-off-by: Kim Phillips <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/builtin-c2c.c

index 17855c4626a08b7d4add1b5c9922653a5be39ad4..f1da9b0833c077fde4d78c1d6528caee1847c820 100644 (file)
@@ -2224,9 +2224,9 @@ static int perf_c2c__browse_cacheline(struct hist_entry *he)
        struct hist_browser *browser;
        int key = -1;
        const char help[] =
-       " ENTER         Togle callchains (if present) \n"
-       " n             Togle Node details info \n"
-       " s             Togle full lenght of symbol and source line columns \n"
+       " ENTER         Toggle callchains (if present) \n"
+       " n             Toggle Node details info \n"
+       " s             Toggle full length of symbol and source line columns \n"
        " q             Return back to cacheline list \n";
 
        /* Display compact version first. */
@@ -2303,7 +2303,7 @@ static int perf_c2c__hists_browse(struct hists *hists)
        int key = -1;
        const char help[] =
        " d             Display cacheline details \n"
-       " ENTER         Togle callchains (if present) \n"
+       " ENTER         Toggle callchains (if present) \n"
        " q             Quit \n";
 
        browser = perf_c2c_browser__new(hists);