diff options
author | Viresh Kumar <viresh.kumar@linaro.org> | 2013-12-02 15:15:37 +0530 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2013-12-02 15:47:36 +0100 |
commit | 2621bca83a4774854234c1c1c6d8c1ca2fd5e08a (patch) | |
tree | 073b33e32517bd51f5ae1fe9c0c75a8dab4551e9 /include/linux | |
parent | c6b78bc8c884097fa7beadbfae2b5a8a7a46d4fe (diff) | |
download | linux-2621bca83a4774854234c1c1c6d8c1ca2fd5e08a.tar.gz linux-2621bca83a4774854234c1c1c6d8c1ca2fd5e08a.tar.bz2 linux-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')
-rw-r--r-- | include/linux/tracepoint.h | 2 |
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. |