From: Uwe Kleine-Koenig Date: Mon, 12 Jan 2009 22:35:50 +0000 (+0100) Subject: ftrace, trivial: fix typo "resgister" -> "register" X-Git-Url: http://git.mmlx.us/?a=commitdiff_plain;h=32632920a788fb13da35b131b77cc4324c38c1c5;p=linux-edison.git ftrace, trivial: fix typo "resgister" -> "register" Signed-off-by: Uwe Kleine-Koenig Signed-off-by: Steven Rostedt Signed-off-by: Ingo Molnar --- diff --git a/kernel/trace/ftrace.c b/kernel/trace/ftrace.c index 9f536108d3f..8c1c9c0f477 100644 --- a/kernel/trace/ftrace.c +++ b/kernel/trace/ftrace.c @@ -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.