Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 323391
b: refs/heads/master
c: 3fd44cd
h: refs/heads/master
i:
  323389: 73d0812
  323387: f831186
  323383: e9bb1a2
  323375: 23f511d
  323359: 490de95
  323327: cf682e1
v: v3
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Sep 1, 2012
1 parent b91ecc4 commit d8f819b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ce8283d56cfbf108a9128c7ef24bf4d94f43f298
refs/heads/master: 3fd44cd40c920cb26c2697cea59442cd40cc8227
2 changes: 1 addition & 1 deletion trunk/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 trunk/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 trunk/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 d8f819b

Please sign in to comment.