Bläddra i källkod

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 år sedan
förälder
incheckning
2621bca83a
1 ändrade filer med 1 tillägg och 1 borttagningar
  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:
  * For use with the TRACE_EVENT macro:
  *
  *
  * We define a tracepoint, its arguments, its printk format
  * 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
  * Firstly, name your tracepoint via TRACE_EVENT(name : the
  * 'subsystem_event' notation is fine.
  * 'subsystem_event' notation is fine.