From: BehradElmi Date: Mon, 2 Jun 2025 17:24:16 +0000 (+0330) Subject: doc: build: fix typo in gcc.rst X-Git-Tag: v2025.07-rc4~6^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2018486f6c1ae7dae56b46f2bbfcffffaf9441b7;p=pandora-u-boot.git doc: build: fix typo in gcc.rst Fix a typo error in gcc.rst, changing "out-out-tree" to "out-of-tree" in the Out-of-tree section. Signed-off-by: BehradElmi Reviewed-by: Heinrich Schuchardt --- diff --git a/doc/build/gcc.rst b/doc/build/gcc.rst index c76a7fbd732..1fef718ceec 100644 --- a/doc/build/gcc.rst +++ b/doc/build/gcc.rst @@ -122,7 +122,7 @@ Out-of-tree building ~~~~~~~~~~~~~~~~~~~~ By default building is performed locally and the objects are saved in the source -directory. To build out-out-tree use one of the two methods below: +directory. To build out-of-tree use one of the two methods below: Add O= parameter to the make command line: