diff mbox series

tracing: doc: Fix typo in ftrace histogram

Message ID 20241003122334.44682-2-gmonaco@redhat.com (mailing list archive)
State New
Headers show
Series tracing: doc: Fix typo in ftrace histogram | expand

Commit Message

Gabriele Monaco Oct. 3, 2024, 12:23 p.m. UTC
The Tracing > Histogram page contains a typo in the field display
modifiers table.

Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
---
 Documentation/trace/histogram.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


base-commit: e32cde8d2bd7d251a8f9b434143977ddf13dcec6

Comments

Steven Rostedt Oct. 3, 2024, 3:27 p.m. UTC | #1
On Thu,  3 Oct 2024 14:23:35 +0200
Gabriele Monaco <gmonaco@redhat.com> wrote:

> The Tracing > Histogram page contains a typo in the field display
> modifiers table.
> 
> Signed-off-by: Gabriele Monaco <gmonaco@redhat.com>
> ---
>  Documentation/trace/histogram.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/trace/histogram.rst b/Documentation/trace/histogram.rst
> index 3c9b263de9c2..0aada18c38c6 100644
> --- a/Documentation/trace/histogram.rst
> +++ b/Documentation/trace/histogram.rst
> @@ -81,7 +81,7 @@ Documentation written by Tom Zanussi
>  	.usecs         display a common_timestamp in microseconds
>          .percent       display a number of percentage value
>          .graph         display a bar-graph of a value
> -	.stacktrace    display as a stacktrace (must by a long[] type)

 "Pat, I would like to b(u)y a long[] type"


> +	.stacktrace    display as a stacktrace (must be a long[] type)
>  	=============  =================================================
>  
>    Note that in general the semantics of a given field aren't
> 
> base-commit: e32cde8d2bd7d251a8f9b434143977ddf13dcec6

Acked-by: Steven Rostedt (Google) <rostedt@goodmis.org>

-- Steve
diff mbox series

Patch

diff --git a/Documentation/trace/histogram.rst b/Documentation/trace/histogram.rst
index 3c9b263de9c2..0aada18c38c6 100644
--- a/Documentation/trace/histogram.rst
+++ b/Documentation/trace/histogram.rst
@@ -81,7 +81,7 @@  Documentation written by Tom Zanussi
 	.usecs         display a common_timestamp in microseconds
         .percent       display a number of percentage value
         .graph         display a bar-graph of a value
-	.stacktrace    display as a stacktrace (must by a long[] type)
+	.stacktrace    display as a stacktrace (must be a long[] type)
 	=============  =================================================
 
   Note that in general the semantics of a given field aren't