summaryrefslogtreecommitdiff
path: root/internal/flamegraph/nativesvg.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/flamegraph/nativesvg.go')
-rw-r--r--internal/flamegraph/nativesvg.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/flamegraph/nativesvg.go b/internal/flamegraph/nativesvg.go
index 89a3e6b..8a2bcd5 100644
--- a/internal/flamegraph/nativesvg.go
+++ b/internal/flamegraph/nativesvg.go
@@ -12,7 +12,7 @@ import (
//
// Flamegraphs are generated natively by ior from .ior.zst data files; no external
// flamegraph tool is required. The CLI typically drives this via the -ior flag,
-// which reads trace data, aggregates it into a trie of stack frames (e.g. pid,path,tracepoint)
+// which reads trace data, aggregates it into a trie of stack frames (e.g. comm,path,tracepoint)
// and renders a self-contained SVG that can be viewed in a browser.
type NativeSVG struct {
fields []string