diff options
| author | Ingo Molnar <[email protected]> | 2021-03-23 16:09:15 +0000 |
|---|---|---|
| committer | Arnaldo Carvalho de Melo <[email protected]> | 2021-03-23 20:13:43 +0000 |
| commit | 4d39c89f0b94bf4a6e1ccf42702e7d80d210a5fd (patch) | |
| tree | b281584a8de5a03189048997060f4633e3ed4fa3 /tools/perf/ui/browsers/annotate.c | |
| parent | perf test: Add 30s timeout for wait for daemon start. (diff) | |
| download | kernel-4d39c89f0b94bf4a6e1ccf42702e7d80d210a5fd.tar.gz kernel-4d39c89f0b94bf4a6e1ccf42702e7d80d210a5fd.zip | |
perf tools: Fix various typos in comments
Fix ~124 single-word typos and a few spelling errors in the perf tooling code,
accumulated over the years.
Signed-off-by: Ingo Molnar <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/ui/browsers/annotate.c')
| -rw-r--r-- | tools/perf/ui/browsers/annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/ui/browsers/annotate.c b/tools/perf/ui/browsers/annotate.c index 9f75d767b6da..ad0a70f0edaf 100644 --- a/tools/perf/ui/browsers/annotate.c +++ b/tools/perf/ui/browsers/annotate.c @@ -415,7 +415,7 @@ static int sym_title(struct symbol *sym, struct map *map, char *title, } /* - * This can be called from external jumps, i.e. jumps from one functon + * This can be called from external jumps, i.e. jumps from one function * to another, like from the kernel's entry_SYSCALL_64 function to the * swapgs_restore_regs_and_return_to_usermode() function. * |
