]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ftrace, trivial: fix typo "resgister" -> "register"
authorUwe Kleine-Koenig <u.kleine-koenig@pengutronix.de>
Mon, 12 Jan 2009 22:35:50 +0000 (23:35 +0100)
committerIngo Molnar <mingo@elte.hu>
Wed, 14 Jan 2009 11:11:49 +0000 (12:11 +0100)
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>
kernel/trace/ftrace.c

index 9f536108d3f3dfbf24c5509454a373077b660470..8c1c9c0f4775bfe15d7a97a22ef4146cb5ae86a8 100644 (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.