ftrace, trivial: fix typo "resgister" -> "register"

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>
This commit is contained in:
Uwe Kleine-Koenig 2009-01-12 23:35:50 +01:00 committed by Ingo Molnar
parent e1d8aa9f1d
commit 32632920a7

View File

@ -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.