aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSlark Xiao <[email protected]>2022-07-22 18:29:07 +0800
committerSteven Rostedt (Google) <[email protected]>2022-08-02 15:17:00 -0400
commit95522f0b18a059afa5aca036aa454c98beb553b5 (patch)
tree0e3cdeeda17c2d0d34876a3196639828d01fa3ce
parent170ab26b01d7f445c46261eff69341dab7e50a24 (diff)
scripts/tracing: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment. Link: https://lkml.kernel.org/r/[email protected] Signed-off-by: Slark Xiao <[email protected]> Signed-off-by: Steven Rostedt (Google) <[email protected]>
-rwxr-xr-xscripts/tracing/draw_functrace.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/tracing/draw_functrace.py b/scripts/tracing/draw_functrace.py
index 7011fbe003ff..438516bdfb3c 100755
--- a/scripts/tracing/draw_functrace.py
+++ b/scripts/tracing/draw_functrace.py
@@ -8,7 +8,7 @@ This script parses a trace provided by the function tracer in
kernel/trace/trace_functions.c
The resulted trace is processed into a tree to produce a more human
view of the call stack by drawing textual but hierarchical tree of
-calls. Only the functions's names and the the call time are provided.
+calls. Only the functions's names and the call time are provided.
Usage:
Be sure that you have CONFIG_FUNCTION_TRACER