提交 3fd44cd4 编写于 作者: M Masanari Iida 提交者: Jiri Kosina

tools: perf: Fix typo in tools/perf

Correct spelling typo in tools/perf.
Signed-off-by: NMasanari iida <standby24x7@gmail.com>
Signed-off-by: NJiri Kosina <jkosina@suse.cz>
上级 ce8283d5
...@@ -58,7 +58,7 @@ struct callchain_list { ...@@ -58,7 +58,7 @@ struct callchain_list {
/* /*
* A callchain cursor is a single linked list that * A callchain cursor is a single linked list that
* let one feed a callchain progressively. * let one feed a callchain progressively.
* It keeps persitent allocated entries to minimize * It keeps persistent allocated entries to minimize
* allocations. * allocations.
*/ */
struct callchain_cursor_node { struct callchain_cursor_node {
......
...@@ -752,7 +752,7 @@ static int test_pmu(void) ...@@ -752,7 +752,7 @@ static int test_pmu(void)
ret = stat(path, &st); ret = stat(path, &st);
if (ret) if (ret)
pr_debug("ommiting PMU cpu tests\n"); pr_debug("omitting PMU cpu tests\n");
return !ret; return !ret;
} }
......
# #
# List of files needed by perf python extention # List of files needed by perf python extension
# #
# Each source file must be placed on its own line so that it can be # Each source file must be placed on its own line so that it can be
# processed by Makefile and util/setup.py accordingly. # processed by Makefile and util/setup.py accordingly.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册