Commit 32632920 authored by Uwe Kleine-Koenig's avatar Uwe Kleine-Koenig Committed by Ingo Molnar

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

Signed-off-by: default avatarUwe Kleine-Koenig <ukleinek@strlen.de>
Signed-off-by: default avatarSteven Rostedt <srostedt@redhat.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent e1d8aa9f
......@@ -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.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment