Skip to content

Commit 0f17df7

Browse files
sysheaprostedt
authored andcommitted
tracing: Fix typo in trace_probe.c
Fix typo "separater" to "separator". Link: https://patch.msgid.link/20251121221835.28032-14-mhi@mailbox.org Signed-off-by: Maurice Hieronymus <mhi@mailbox.org> Signed-off-by: Steven Rostedt (Google) <rostedt@goodmis.org>
1 parent fa3f733 commit 0f17df7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

kernel/trace/trace_probe.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -516,7 +516,7 @@ static void clear_btf_context(struct traceprobe_parse_context *ctx)
516516
}
517517
}
518518

519-
/* Return 1 if the field separater is arrow operator ('->') */
519+
/* Return 1 if the field separator is arrow operator ('->') */
520520
static int split_next_field(char *varname, char **next_field,
521521
struct traceprobe_parse_context *ctx)
522522
{

0 commit comments

Comments
 (0)