doc: Fix typos

Fix typos/wording in various files in doc/.

Signed-off-by: Wolfgang Wallner <wolfgang.wallner@br-automation.com>
Reviewed-by: E Shattow <e@freeshell.de>
This commit is contained in:
Wolfgang Wallner
2025-10-26 09:03:27 -06:00
committed by Tom Rini
parent 66f7574ddd
commit ed00d12c01
8 changed files with 16 additions and 16 deletions
+2 -2
View File
@@ -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.