Skip to content

Commit 11786d6

Browse files
glemcoJonathan Corbet
authored andcommitted
tracing: doc: Fix typo in ftrace histogram
The Tracing > Histogram page contains a typo in the field display modifiers table. Signed-off-by: Gabriele Monaco <gmonaco@redhat.com> Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Link: https://lore.kernel.org/r/20241003122334.44682-2-gmonaco@redhat.com
1 parent 8cf0b93 commit 11786d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/trace/histogram.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ Documentation written by Tom Zanussi
8181
.usecs display a common_timestamp in microseconds
8282
.percent display a number of percentage value
8383
.graph display a bar-graph of a value
84-
.stacktrace display as a stacktrace (must by a long[] type)
84+
.stacktrace display as a stacktrace (must be a long[] type)
8585
============= =================================================
8686

8787
Note that in general the semantics of a given field aren't

0 commit comments

Comments
 (0)