On Sun, 17 Feb 2019 22:32:22 +0000 Colin King <colin.king@xxxxxxxxxxxxx> wrote: > From: Colin Ian King <colin.king@xxxxxxxxxxxxx> > > There is a spelling mistake in the mini-howto help text. Fix it. > > Signed-off-by: Colin Ian King <colin.king@xxxxxxxxxxxxx> Applied. Thanks! -- Steve > --- > kernel/trace/trace.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/kernel/trace/trace.c b/kernel/trace/trace.c > index f380139e972c..4dd8a52a71e0 100644 > --- a/kernel/trace/trace.c > +++ b/kernel/trace/trace.c > @@ -4740,7 +4740,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" > #endif > ;