From: Gabriele Monaco Date: Thu, 3 Oct 2024 12:23:35 +0000 (+0200) Subject: tracing: doc: Fix typo in ftrace histogram X-Git-Tag: v6.13-rc1~170^2~51 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=11786d64b63e07a2d9f9a979a1724ae244c7d152;p=thirdparty%2Flinux.git 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 Acked-by: Steven Rostedt (Google) Signed-off-by: Jonathan Corbet Link: https://lore.kernel.org/r/20241003122334.44682-2-gmonaco@redhat.com --- diff --git a/Documentation/trace/histogram.rst b/Documentation/trace/histogram.rst index 3c9b263de9c24..0aada18c38c69 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