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>
This commit is contained in:
Maurice Hieronymus
2025-11-21 23:18:34 +01:00
committed by Steven Rostedt (Google)
parent fa3f733d97
commit 0f17df72a7

View File

@@ -516,7 +516,7 @@ static void clear_btf_context(struct traceprobe_parse_context *ctx)
}
}
/* Return 1 if the field separater is arrow operator ('->') */
/* Return 1 if the field separator is arrow operator ('->') */
static int split_next_field(char *varname, char **next_field,
struct traceprobe_parse_context *ctx)
{