Skip to content

Commit

Permalink
tools: perf: Fix typo in tools/perf
Browse files Browse the repository at this point in the history
Correct spelling typo in tools/perf.

Signed-off-by: Masanari iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Sep 1, 2012
1 parent ce8283d commit 3fd44cd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion tools/perf/util/callchain.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion tools/perf/util/parse-events-test.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
2 changes: 1 addition & 1 deletion tools/perf/util/python-ext-sources
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit 3fd44cd

Please sign in to comment.