diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-07-17 18:20:59 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-09-01 17:49:34 +0200 |
commit | 3fd44cd40c920cb26c2697cea59442cd40cc8227 (patch) | |
tree | 4074b9e0b6953fcaded636cb45de480f41921143 /tools/perf/util/callchain.h | |
parent | tools/testing: fix comment / output typos (diff) | |
download | linux-3fd44cd40c920cb26c2697cea59442cd40cc8227.tar.xz linux-3fd44cd40c920cb26c2697cea59442cd40cc8227.zip |
tools: perf: Fix typo in tools/perf
Correct spelling typo in tools/perf.
Signed-off-by: Masanari iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'tools/perf/util/callchain.h')
-rw-r--r-- | tools/perf/util/callchain.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/callchain.h b/tools/perf/util/callchain.h index 3bdb407f9cd9..eb340571e7d6 100644 --- a/tools/perf/util/callchain.h +++ b/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 { |