From: Uwe Kleine-Koenig Date: Mon, 12 Jan 2009 22:35:50 +0000 (+0100) Subject: ftrace, trivial: fix typo "resgister" -> "register" X-Git-Tag: v2.6.30-rc1~2^2~174 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=32632920a788fb13da35b131b77cc4324c38c1c5;p=karo-tx-linux.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 9f536108d3f3..8c1c9c0f4775 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.