OSDN Git Service

perf top: Remove a duplicate word
authorSihyeon Jang <uneedsihyeon@gmail.com>
Sun, 12 Nov 2017 01:10:47 +0000 (10:10 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 16 Nov 2017 17:49:56 +0000 (14:49 -0300)
Signed-off-by: Sihyeon Jang <uneedsihyeon@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1510449047-12941-3-git-send-email-uneedsihyeon@gmail.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-top.c

index 0789f95..68320ac 100644 (file)
@@ -412,7 +412,7 @@ static void perf_top__print_mapped_keys(struct perf_top *top)
        fprintf(stdout, "\t[S]     stop annotation.\n");
 
        fprintf(stdout,
-               "\t[K]     hide kernel_symbols symbols.     \t(%s)\n",
+               "\t[K]     hide kernel symbols.             \t(%s)\n",
                top->hide_kernel_symbols ? "yes" : "no");
        fprintf(stdout,
                "\t[U]     hide user symbols.               \t(%s)\n",