aboutsummaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-02-17 17:32:22 -0500
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2019-02-20 13:51:08 -0500
commit9e5a36a3371f48fef0ebea6826d1d66f6201c522 (patch)
treefb3294490c95277b829478af7c7b09354cbabf8f /kernel
parent1c347a94ca79ef89156c7ad5d3a44bb2320a7047 (diff)
tracing: Fix spelling mistake: "analagous" -> "analogous"
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>
Diffstat (limited to 'kernel')
-rw-r--r--kernel/trace/trace.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c
index 2cf3c747a357..3835f7ed3293 100644
--- a/kernel/trace/trace.c
+++ b/kernel/trace/trace.c
@@ -4916,7 +4916,7 @@ static const char readme_msg[] =
4916 "\t unchanged.\n\n" 4916 "\t unchanged.\n\n"
4917 "\t The enable_hist and disable_hist triggers can be used to\n" 4917 "\t The enable_hist and disable_hist triggers can be used to\n"
4918 "\t have one event conditionally start and stop another event's\n" 4918 "\t have one event conditionally start and stop another event's\n"
4919 "\t already-attached hist trigger. The syntax is analagous to\n" 4919 "\t already-attached hist trigger. The syntax is analogous to\n"
4920 "\t the enable_event and disable_event triggers.\n\n" 4920 "\t the enable_event and disable_event triggers.\n\n"
4921 "\t Hist trigger handlers and actions are executed whenever a\n" 4921 "\t Hist trigger handlers and actions are executed whenever a\n"
4922 "\t a histogram entry is added or updated. They take the form:\n\n" 4922 "\t a histogram entry is added or updated. They take the form:\n\n"