diff options
| author | Michael Tokarev <mjt@tls.msk.ru> | 2023-07-14 14:33:18 +0300 |
|---|---|---|
| committer | Michael Tokarev <mjt@tls.msk.ru> | 2023-09-08 13:08:52 +0300 |
| commit | d30b5bc95a9406b4125a35defba3a953358215cb (patch) | |
| tree | fba8ad36200874135937066f812dab0f78f96c0c /scripts/performance/topN_perf.py | |
| parent | a1a62ced51bd33716c79719246ac969447acadb2 (diff) | |
| download | focaccia-qemu-d30b5bc95a9406b4125a35defba3a953358215cb.tar.gz focaccia-qemu-d30b5bc95a9406b4125a35defba3a953358215cb.zip | |
scripts/: spelling fixes
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru> Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Diffstat (limited to 'scripts/performance/topN_perf.py')
| -rwxr-xr-x | scripts/performance/topN_perf.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/performance/topN_perf.py b/scripts/performance/topN_perf.py index 07be195fc8..7b19e6a742 100755 --- a/scripts/performance/topN_perf.py +++ b/scripts/performance/topN_perf.py @@ -4,7 +4,7 @@ # Syntax: # topN_perf.py [-h] [-n] <number of displayed top functions> -- \ # <qemu executable> [<qemu executable options>] \ -# <target executable> [<target execurable options>] +# <target executable> [<target executable options>] # # [-h] - Print the script arguments help message. # [-n] - Specify the number of top functions to print. |