From 1a8bc77f5382b5555a846f71ccf90d84cd934b70 Mon Sep 17 00:00:00 2001 From: John Ericson Date: Wed, 21 Mar 2018 11:59:45 -0400 Subject: [PATCH] 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. --- docs/markdown/Cross-compilation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/markdown/Cross-compilation.md b/docs/markdown/Cross-compilation.md index 520a08185..e739e379e 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]