]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
trivial: fix typo "resgister" -> "register"
authorUwe Kleine-Koenig <ukleinek@strlen.de>
Mon, 12 Jan 2009 22:35:50 +0000 (23:35 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 30 Mar 2009 13:21:58 +0000 (15:21 +0200)
Signed-off-by: Uwe Kleine-Koenig <ukleinek@strlen.de>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
kernel/trace/ftrace.c

index fdf913dfc7e8eada7de16b320b62d283b18447a5..53e8c8bc0c985f29afa9740664ed020a3fb0b62b 100644 (file)
@@ -1908,7 +1908,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.