Skip to content

Commit

Permalink
trivial: fix typo "resgister" -> "register"
Browse files Browse the repository at this point in the history
Signed-off-by: Uwe Kleine-Koenig <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
Uwe Kleine-Koenig authored and Jiri Kosina committed Mar 30, 2009
1 parent b8d9983 commit 2a93a1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/trace/ftrace.c
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2a93a1f

Please sign in to comment.