projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1c347a9
)
tracing: Fix spelling mistake: "analagous" -> "analogous"
author
Colin Ian King
<colin.king@canonical.com>
Sun, 17 Feb 2019 22:32:22 +0000
(22:32 +0000)
committer
Steven Rostedt (VMware)
<rostedt@goodmis.org>
Wed, 20 Feb 2019 18:51:08 +0000
(13:51 -0500)
There is a spelling mistake in the mini-howto help text. Fix it.
Link:
http://lkml.kernel.org/r/20190217223222.16479-1-colin.king@canonical.com
Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Steven Rostedt (VMware) <rostedt@goodmis.org>
kernel/trace/trace.c
patch
|
blob
|
history
diff --git
a/kernel/trace/trace.c
b/kernel/trace/trace.c
index
2cf3c74
..
3835f7e
100644
(file)
--- a/
kernel/trace/trace.c
+++ b/
kernel/trace/trace.c
@@
-4916,7
+4916,7
@@
static const char readme_msg[] =
"\t unchanged.\n\n"
"\t The enable_hist and disable_hist triggers can be used to\n"
"\t have one event conditionally start and stop another event's\n"
- "\t already-attached hist trigger. The syntax is anal
a
gous to\n"
+ "\t already-attached hist trigger. The syntax is anal
o
gous to\n"
"\t the enable_event and disable_event triggers.\n\n"
"\t Hist trigger handlers and actions are executed whenever a\n"
"\t a histogram entry is added or updated. They take the form:\n\n"