All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] perf script: task-analyzer: Fix spelling mistake "miliseconds" -> "millseconds"
@ 2023-04-17 17:48 Colin Ian King
  2023-04-17 18:15 ` Ian Rogers
  2023-04-17 18:27 ` Hagen Paul Pfeifer
  0 siblings, 2 replies; 4+ messages in thread
From: Colin Ian King @ 2023-04-17 17:48 UTC (permalink / raw)
  To: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Ian Rogers, Adrian Hunter, Petar Gligoric, Hagen Paul Pfeifer,
	linux-perf-users
  Cc: kernel-janitors, linux-kernel

There is a spelling mistake in the help for the --ms option. Fix it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
---
 tools/perf/scripts/python/task-analyzer.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tools/perf/scripts/python/task-analyzer.py b/tools/perf/scripts/python/task-analyzer.py
index 52e8dae9b1f0..3f1df9894246 100755
--- a/tools/perf/scripts/python/task-analyzer.py
+++ b/tools/perf/scripts/python/task-analyzer.py
@@ -114,7 +114,7 @@ def _parse_args():
         "--ns", action="store_true", help="show timestamps in nanoseconds"
     )
     parser.add_argument(
-        "--ms", action="store_true", help="show timestamps in miliseconds"
+        "--ms", action="store_true", help="show timestamps in milliseconds"
     )
     parser.add_argument(
         "--extended-times",
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-04-18  1:25 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-04-17 17:48 [PATCH][next] perf script: task-analyzer: Fix spelling mistake "miliseconds" -> "millseconds" Colin Ian King
2023-04-17 18:15 ` Ian Rogers
2023-04-17 18:27 ` Hagen Paul Pfeifer
2023-04-18  1:24   ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.