Merge pull request #56436 from asymmetric/patch-4

doc/cross-compilation: fix typo
This commit is contained in:
Matthew Bauer 2019-02-26 16:58:20 -05:00 committed by GitHub
commit 0436f72733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@
compiler resulting from a single build can itself only produce binaries
for a single platform. The task of specifying this single "target
platform" is thus pushed to build time of the compiler. The root cause of
this that the compiler (which will be run on the host) and the standard
this is that the compiler (which will be run on the host) and the standard
library/runtime (which will be run on the target) are built by a single
build process.
</para>