Skip to content

Commit

Permalink
scripts/tracing: Fix typo 'the the' in comment
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
SlarkXiao authored and rostedt committed Aug 2, 2022
1 parent 170ab26 commit 95522f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/tracing/draw_functrace.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
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
Expand Down

0 comments on commit 95522f0

Please sign in to comment.