From d8f819b62582bf28d0d26a4b79e8417a1e62b6ae Mon Sep 17 00:00:00 2001 From: Masanari Iida Date: Wed, 18 Jul 2012 01:20:59 +0900 Subject: [PATCH] --- yaml --- r: 323391 b: refs/heads/master c: 3fd44cd40c920cb26c2697cea59442cd40cc8227 h: refs/heads/master i: 323389: 73d081241c60d4c21554e12895d2711684118f17 323387: f831186b79f9a67d6db0487508326b708814d58d 323383: e9bb1a2d95f1963da1f266b67f836ba0c2829f39 323375: 23f511d0c554bfb86d7a2e050750b7579870fc65 323359: 490de95764c7dd0b696c9e6e6b973c1a83012761 323327: cf682e1ec33749ae4707b9726f17f6cfca69a240 v: v3 --- [refs] | 2 +- trunk/tools/perf/util/callchain.h | 2 +- trunk/tools/perf/util/parse-events-test.c | 2 +- trunk/tools/perf/util/python-ext-sources | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/[refs] b/[refs] index 9afbba5b5d98..9667a95b6bf4 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: ce8283d56cfbf108a9128c7ef24bf4d94f43f298 +refs/heads/master: 3fd44cd40c920cb26c2697cea59442cd40cc8227 diff --git a/trunk/tools/perf/util/callchain.h b/trunk/tools/perf/util/callchain.h index 3bdb407f9cd9..eb340571e7d6 100644 --- a/trunk/tools/perf/util/callchain.h +++ b/trunk/tools/perf/util/callchain.h @@ -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 { diff --git a/trunk/tools/perf/util/parse-events-test.c b/trunk/tools/perf/util/parse-events-test.c index 1b997d2b89ce..34b97bbd79b1 100644 --- a/trunk/tools/perf/util/parse-events-test.c +++ b/trunk/tools/perf/util/parse-events-test.c @@ -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; } diff --git a/trunk/tools/perf/util/python-ext-sources b/trunk/tools/perf/util/python-ext-sources index 2884e67ee625..f4e37cec9de6 100644 --- a/trunk/tools/perf/util/python-ext-sources +++ b/trunk/tools/perf/util/python-ext-sources @@ -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.