Browse Source

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>
Viresh Kumar 11 years ago
parent
commit
2621bca83a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      include/linux/tracepoint.h

+ 1 - 1
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.