diff mbox series

doc: build: fix wrongly written targests instead of targets

Message ID 20231104143834.5043-1-mps@arvanta.net
State Accepted, archived
Commit bd00ef74f320013adbf73d9bd747fa66684ea0f7
Delegated to: Heinrich Schuchardt
Headers show
Series doc: build: fix wrongly written targests instead of targets | expand

Commit Message

Milan P. Stanić Nov. 4, 2023, 2:38 p.m. UTC
Signed-off-by: Milan P. Stanić <mps@arvanta.net>
---
 doc/build/gcc.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Simon Glass Nov. 4, 2023, 7:45 p.m. UTC | #1
On Sat, 4 Nov 2023 at 14:39, Milan P. Stanić <mps@arvanta.net> wrote:
>
> Signed-off-by: Milan P. Stanić <mps@arvanta.net>
> ---
>  doc/build/gcc.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>

Reviewed-by: Simon Glass <sjg@chromium.org>
diff mbox series

Patch

diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst
index 23501dea37..3c64657727 100644
--- a/doc/build/gcc.rst
+++ b/doc/build/gcc.rst
@@ -66,7 +66,7 @@  For building U-Boot on Alpine Linux at least the following packages are needed:
 Depending on the build target further packages may be needed:
 
 * sandbox with lcd: sdl2-dev
-* riscv64 S-mode targests: opensbi
+* riscv64 S-mode targets: opensbi
 * some arm64 targets: arm-trusted-firmware
 
 Prerequisites