tools: perf: Fix typo in tools/perf
authorMasanari Iida <standby24x7@gmail.com>
Tue, 17 Jul 2012 16:20:59 +0000 (01:20 +0900)
committerJiri Kosina <jkosina@suse.cz>
Sat, 1 Sep 2012 15:49:34 +0000 (08:49 -0700)
Correct spelling typo in tools/perf.

Signed-off-by: Masanari iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
tools/perf/util/callchain.h
tools/perf/util/parse-events-test.c
tools/perf/util/python-ext-sources

index 3bdb407f9cd9f8b9ed9e6340316c4e8237942f5c..eb340571e7d6928394b218010926898029569d9d 100644 (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 {
index 1b997d2b89ce2638f63c01aee63c2b7884028427..34b97bbd79b1e0aa68c2ae5be33f3565629269aa 100644 (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;
 }
 
index 2884e67ee625d6c41c8fb6a6fb495d843a6b86e7..f4e37cec9de6ebf51bafa530b66662a74820880b 100644 (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.