Re: [PATCH] tracing/tools: fix a couple of spelling mistakes

2021-02-16 Thread Viktor.Rosendahl
Hi, Thanks for finding these mistakes. On Tue, 2021-02-16 at 14:08 +, Colin King wrote: > printf( > -"Warning! Using trivial random nummer seed, since %s not available\n", > +"Warning! Using trivial random number seed, since %s not available\n", >

[PATCH] tracing/tools: fix a couple of spelling mistakes

2021-02-16 Thread Colin King
From: Colin Ian King There is a spelling mistake in the -g help option, I believe it should be "graph". There is also a spelling mistake in a warning message. Fix both mistakes. Signed-off-by: Colin Ian King --- V2: Also fix "nummer" spelling mistake. --- tools/tracing/latency/latency-colle