tracepoint: comment fix "binay" -> "binary"
authorViresh Kumar <viresh.kumar@linaro.org>
Mon, 2 Dec 2013 09:45:37 +0000 (15:15 +0530)
committerJiri Kosina <jkosina@suse.cz>
Mon, 2 Dec 2013 14:47:36 +0000 (15:47 +0100)
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>
include/linux/tracepoint.h

index ebeab36..f0c3e4c 100644 (file)
@@ -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.