Commit 0f17df72 authored by Maurice Hieronymus's avatar Maurice Hieronymus Committed by Steven Rostedt (Google)
Browse files

tracing: Fix typo in trace_probe.c

parent fa3f733d
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
{