diff options
author | Wenji Huang <wenji.huang@oracle.com> | 2009-02-06 17:33:27 +0800 |
---|---|---|
committer | Steven Rostedt <srostedt@redhat.com> | 2009-02-07 20:03:36 -0500 |
commit | 57794a9d48b63e34acbe63282628c9f029603308 (patch) | |
tree | ed42d073f82cd91b8d8a331c60814aa699c3293d /include/linux/ftrace.h | |
parent | a81bd80a0b0a405dc0483e2c428332d69da2c79f (diff) | |
download | blackbird-op-linux-57794a9d48b63e34acbe63282628c9f029603308.tar.gz blackbird-op-linux-57794a9d48b63e34acbe63282628c9f029603308.zip |
trace: trivial fixes in comment typos.
Impact: clean up
Fixed several typos in the comments.
Signed-off-by: Wenji Huang <wenji.huang@oracle.com>
Signed-off-by: Steven Rostedt <srostedt@redhat.com>
Diffstat (limited to 'include/linux/ftrace.h')
-rw-r--r-- | include/linux/ftrace.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/ftrace.h b/include/linux/ftrace.h index 7840e718c6c7..5e302d636fc2 100644 --- a/include/linux/ftrace.h +++ b/include/linux/ftrace.h @@ -140,7 +140,7 @@ static inline int ftrace_disable_ftrace_graph_caller(void) { return 0; } #endif /** - * ftrace_make_nop - convert code into top + * ftrace_make_nop - convert code into nop * @mod: module structure if called by module load initialization * @rec: the mcount call site record * @addr: the address that the call site should be calling |