From ed00d12c015aec7c316fcd482737181f9dff8f4d Mon Sep 17 00:00:00 2001 From: Wolfgang Wallner Date: Fri, 24 Oct 2025 17:11:59 +0200 Subject: doc: Fix typos Fix typos/wording in various files in doc/. Signed-off-by: Wolfgang Wallner Reviewed-by: E Shattow --- doc/develop/testing.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/develop/testing.rst') 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. -- cgit v1.2.3