Skip to content

Commit

Permalink
ftrace, trivial: fix typo "resgister" -> "register"
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-Koenig <ukleinek@strlen.de>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
  • Loading branch information
Uwe Kleine-Koenig authored and Ingo Molnar committed Jan 14, 2009
1 parent e1d8aa9 commit 3263292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -1894,7 +1894,7 @@ int register_ftrace_function(struct ftrace_ops *ops)
}

/**
* unregister_ftrace_function - unresgister a function for profiling.
* unregister_ftrace_function - unregister a function for profiling.
* @ops - ops structure that holds the function to unregister
*
* Unregister a function that was added to be called by ftrace profiling.
Expand Down

0 comments on commit 3263292

Please sign in to comment.