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 3bdb407..eb34057 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 1b997d2..34b97bb 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 2884e67..f4e37ce 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.