diff options
author | Uwe Kleine-Koenig <u.kleine-koenig@pengutronix.de> | 2009-01-12 17:35:50 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-01-14 06:11:49 -0500 |
commit | 32632920a788fb13da35b131b77cc4324c38c1c5 (patch) | |
tree | 41856b41a8ea41674aaf00270c36a4691c690622 | |
parent | e1d8aa9f1dd655a3534b22fcfbecb70cdb125766 (diff) |
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>
-rw-r--r-- | kernel/trace/ftrace.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) | |||
1894 | } | 1894 | } |
1895 | 1895 | ||
1896 | /** | 1896 | /** |
1897 | * unregister_ftrace_function - unresgister a function for profiling. | 1897 | * unregister_ftrace_function - unregister a function for profiling. |
1898 | * @ops - ops structure that holds the function to unregister | 1898 | * @ops - ops structure that holds the function to unregister |
1899 | * | 1899 | * |
1900 | * Unregister a function that was added to be called by ftrace profiling. | 1900 | * Unregister a function that was added to be called by ftrace profiling. |