aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/ftrace.h
diff options
context:
space:
mode:
authorWenji Huang <wenji.huang@oracle.com>2009-02-06 04:33:27 -0500
committerSteven Rostedt <srostedt@redhat.com>2009-02-07 20:03:36 -0500
commit57794a9d48b63e34acbe63282628c9f029603308 (patch)
treeed42d073f82cd91b8d8a331c60814aa699c3293d /include/linux/ftrace.h
parenta81bd80a0b0a405dc0483e2c428332d69da2c79f (diff)
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.h2
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; }
140#endif 140#endif
141 141
142/** 142/**
143 * ftrace_make_nop - convert code into top 143 * ftrace_make_nop - convert code into nop
144 * @mod: module structure if called by module load initialization 144 * @mod: module structure if called by module load initialization
145 * @rec: the mcount call site record 145 * @rec: the mcount call site record
146 * @addr: the address that the call site should be calling 146 * @addr: the address that the call site should be calling