Skip to content

Commit 95522f0

Browse files
SlarkXiaorostedt
authored andcommitted
scripts/tracing: Fix typo 'the the' in comment
Replace 'the the' with 'the' in the comment. Link: https://lkml.kernel.org/r/20220722102907.81949-1-slark_xiao@163.com Signed-off-by: Slark Xiao <slark_xiao@163.com> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent 170ab26 commit 95522f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scripts/tracing/draw_functrace.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
kernel/trace/trace_functions.c
99
The resulted trace is processed into a tree to produce a more human
1010
view of the call stack by drawing textual but hierarchical tree of
11-
calls. Only the functions's names and the the call time are provided.
11+
calls. Only the functions's names and the call time are provided.
1212
1313
Usage:
1414
Be sure that you have CONFIG_FUNCTION_TRACER

0 commit comments

Comments
 (0)