]> asedeno.scripts.mit.edu Git - linux.git/commitdiff
tracing: Fix spelling mistake: "analagous" -> "analogous"
authorColin Ian King <colin.king@canonical.com>
Sun, 17 Feb 2019 22:32:22 +0000 (22:32 +0000)
committerSteven 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

index 2cf3c747a35721183b38d787c2032f36e5607bee..3835f7ed32937748c411d9d98d426d5ac2e74da7 100644 (file)
@@ -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"