aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ericson <Ericson2314@yahoo.com>2018-03-21 11:59:45 -0400
committerJussi Pakkanen <jpakkane@gmail.com>2018-03-23 21:08:11 +0200
commit1a8bc77f5382b5555a846f71ccf90d84cd934b70 (patch)
treec515740270eea7e3009601ee096384dafec5da69
parent13fa1fb74fbcd5012af4940c4d9f8304c133cfb3 (diff)
downloadmeson-1a8bc77f5382b5555a846f71ccf90d84cd934b70.zip
meson-1a8bc77f5382b5555a846f71ccf90d84cd934b70.tar.gz
meson-1a8bc77f5382b5555a846f71ccf90d84cd934b70.tar.bz2
docs: fix one 'target' that should be 'host' [skip ci]
The target platform of cross compiler is the host platform of the project being built.
-rw-r--r--docs/markdown/Cross-compilation.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md
index 520a081..e739e37 100644
--- a/docs/markdown/Cross-compilation.md
+++ b/docs/markdown/Cross-compilation.md
@@ -83,7 +83,7 @@ automatically use the given wrapper when it needs to run host
binaries. This happens e.g. when running the project's test suite.
The next section lists properties of the cross compiler and thus of
-the target system. It looks like this:
+the host system. It looks like this:
```ini
[properties]