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/simplebench | |
parent | a1a62ced51bd33716c79719246ac969447acadb2 (diff) |
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/simplebench')
-rwxr-xr-x | scripts/simplebench/bench_block_job.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/simplebench/bench_block_job.py b/scripts/simplebench/bench_block_job.py index 56191db44b..e575a3af10 100755 --- a/scripts/simplebench/bench_block_job.py +++ b/scripts/simplebench/bench_block_job.py @@ -39,7 +39,7 @@ def bench_block_job(cmd, cmd_args, qemu_args): binary Returns {'seconds': int} on success and {'error': str} on failure, dict may - contain addional 'vm-log' field. Return value is compatible with + contain additional 'vm-log' field. Return value is compatible with simplebench lib. """ |