aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/util/call-path.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/call-path.h')
-rw-r--r--tools/perf/util/call-path.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/call-path.h b/tools/perf/util/call-path.h
index 6b3229106f16..5875cfc8106e 100644
--- a/tools/perf/util/call-path.h
+++ b/tools/perf/util/call-path.h
@@ -23,7 +23,7 @@
* @children: tree of call paths of functions called
*
* In combination with the call_return structure, the call_path structure
- * defines a context-sensitve call-graph.
+ * defines a context-sensitive call-graph.
*/
struct call_path {
struct call_path *parent;