dect
/
linux-2.6
Archived
13
0
Fork 0

tools: perf: Fix typo in tools/perf

Correct spelling typo in tools/perf.

Signed-off-by: Masanari iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
Masanari Iida 2012-07-18 01:20:59 +09:00 committed by Jiri Kosina
parent ce8283d56c
commit 3fd44cd40c
3 changed files with 3 additions and 3 deletions

View File

@ -58,7 +58,7 @@ struct callchain_list {
/*
* A callchain cursor is a single linked list that
* let one feed a callchain progressively.
* It keeps persitent allocated entries to minimize
* It keeps persistent allocated entries to minimize
* allocations.
*/
struct callchain_cursor_node {

View File

@ -752,7 +752,7 @@ static int test_pmu(void)
ret = stat(path, &st);
if (ret)
pr_debug("ommiting PMU cpu tests\n");
pr_debug("omitting PMU cpu tests\n");
return !ret;
}

View File

@ -1,5 +1,5 @@
#
# 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
# processed by Makefile and util/setup.py accordingly.