Commit 48a42f5d authored by Wei Yang's avatar Wei Yang Committed by Steven Rostedt (VMware)
Browse files

trace: Fix typo in allocate_ftrace_ops()'s comment

parent 4649079b
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -42,7 +42,7 @@ static int allocate_ftrace_ops(struct trace_array *tr)
	if (!ops)
		return -ENOMEM;

	/* Currently only the non stack verision is supported */
	/* Currently only the non stack version is supported */
	ops->func = function_trace_call;
	ops->flags = FTRACE_OPS_FL_RECURSION_SAFE | FTRACE_OPS_FL_PID;