summaryrefslogtreecommitdiffstats
path: root/kernel
diff options
context:
space:
mode:
authorColin Ian King <colin.king@canonical.com>2019-02-17 22:32:22 +0000
committerSteven Rostedt (VMware) <rostedt@goodmis.org>2019-02-20 13:51:08 -0500
commit9e5a36a3371f48fef0ebea6826d1d66f6201c522 (patch)
treefb3294490c95277b829478af7c7b09354cbabf8f /kernel
parent1c347a94ca79ef89156c7ad5d3a44bb2320a7047 (diff)
downloadlinux-0-day-9e5a36a3371f48fef0ebea6826d1d66f6201c522.tar.gz
linux-0-day-9e5a36a3371f48fef0ebea6826d1d66f6201c522.tar.xz
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 2cf3c747a3572..3835f7ed32937 100644
--- 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 analagous to\n"
+ "\t already-attached hist trigger. The syntax is analogous 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"