diff options
| author | Wolfgang Wallner <[email protected]> | 2025-10-24 17:11:59 +0200 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2025-10-26 09:03:27 -0600 |
| commit | ed00d12c015aec7c316fcd482737181f9dff8f4d (patch) | |
| tree | 31ab9820ad3e47c2b1c7fc7363d4c63bbe331672 /doc/develop/testing.rst | |
| parent | 66f7574dddb37e77090bf0563c4c77b14be5eae7 (diff) | |
doc: Fix typos
Fix typos/wording in various files in doc/.
Signed-off-by: Wolfgang Wallner <[email protected]>
Reviewed-by: E Shattow <[email protected]>
Diffstat (limited to 'doc/develop/testing.rst')
| -rw-r--r-- | doc/develop/testing.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/develop/testing.rst b/doc/develop/testing.rst index aa7786c99fd..3a2b496fa00 100644 --- a/doc/develop/testing.rst +++ b/doc/develop/testing.rst @@ -28,7 +28,7 @@ run. Type this:: make tcheck -You can also run a selection tests in parallel with:: +You can also run a selection of tests in parallel with:: make pcheck @@ -39,7 +39,7 @@ are run. See :doc:`pytest/usage` for more information. Sandbox ------- U-Boot can be built as a user-space application (e.g. for Linux). This -allows test to be executed without needing target hardware. The 'sandbox' +allows tests to be executed without needing target hardware. The 'sandbox' target provides this feature and it is widely used in tests. See :doc:`tests_sandbox` for more information. |
