aboutsummaryrefslogtreecommitdiffstats
path: root/include/linux/tracepoint.h
diff options
context:
space:
mode:
authorViresh Kumar <viresh.kumar@linaro.org>2013-12-02 15:15:37 +0530
committerJiri Kosina <jkosina@suse.cz>2013-12-02 15:47:36 +0100
commit2621bca83a4774854234c1c1c6d8c1ca2fd5e08a (patch)
tree073b33e32517bd51f5ae1fe9c0c75a8dab4551e9 /include/linux/tracepoint.h
parentdrm: fix typos in comment in /gpu/drm/exynos (diff)
downloadlinux-dev-2621bca83a4774854234c1c1c6d8c1ca2fd5e08a.tar.xz
linux-dev-2621bca83a4774854234c1c1c6d8c1ca2fd5e08a.zip
tracepoint: comment fix "binay" -> "binary"
Binary was written as binay, probably by mistake. Fix it. Signed-off-by: Viresh Kumar <viresh.kumar@linaro.org> Acked-by: Steven Rostedt <rostedt@goodmis.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'include/linux/tracepoint.h')
-rw-r--r--include/linux/tracepoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/tracepoint.h b/include/linux/tracepoint.h
index ebeab360d851..f0c3e4cb45a8 100644
--- a/include/linux/tracepoint.h
+++ b/include/linux/tracepoint.h
@@ -274,7 +274,7 @@ static inline void tracepoint_synchronize_unregister(void)
* For use with the TRACE_EVENT macro:
*
* We define a tracepoint, its arguments, its printk format
- * and its 'fast binay record' layout.
+ * and its 'fast binary record' layout.
*
* Firstly, name your tracepoint via TRACE_EVENT(name : the
* 'subsystem_event' notation is fine.