From cdf80ff19ad2a5f73480edccec509ab5ccec6dcd Mon Sep 17 00:00:00 2001 From: Lorenzo Date: Tue, 26 Feb 2019 22:56:56 +0100 Subject: [PATCH] doc/cross-compilation: fix typo Add missing verb. --- doc/cross-compilation.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/cross-compilation.xml b/doc/cross-compilation.xml index 40cf11304ea..324fe5bdd02 100644 --- a/doc/cross-compilation.xml +++ b/doc/cross-compilation.xml @@ -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.