diff options
| author | BehradElmi <[email protected]> | 2025-06-02 20:54:16 +0330 |
|---|---|---|
| committer | Heinrich Schuchardt <[email protected]> | 2025-06-07 14:52:18 +0200 |
| commit | 2018486f6c1ae7dae56b46f2bbfcffffaf9441b7 (patch) | |
| tree | 63af0a6d8016b743617e5663d9517584b18d562e /doc/build | |
| parent | e108a0f6d928b07d4528e7addf17435a63a5831e (diff) | |
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 <[email protected]>
Reviewed-by: Heinrich Schuchardt <[email protected]>
Diffstat (limited to 'doc/build')
| -rw-r--r-- | doc/build/gcc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
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: |
