summary refs log tree commit diff
path: root/doc/cross-compilation.xml
diff options
context:
space:
mode:
authorLorenzo <lorenzo@mailbox.org>2019-02-26 22:56:56 +0100
committerGitHub <noreply@github.com>2019-02-26 22:56:56 +0100
commitcdf80ff19ad2a5f73480edccec509ab5ccec6dcd (patch)
treeeef423e9731e5407e3daf779dd2796887a178ba8 /doc/cross-compilation.xml
parent3725da4aa9ac26a706a6cdb98709c161d3ee455b (diff)
downloadnixpkgs-cdf80ff19ad2a5f73480edccec509ab5ccec6dcd.tar
nixpkgs-cdf80ff19ad2a5f73480edccec509ab5ccec6dcd.tar.gz
nixpkgs-cdf80ff19ad2a5f73480edccec509ab5ccec6dcd.tar.bz2
nixpkgs-cdf80ff19ad2a5f73480edccec509ab5ccec6dcd.tar.lz
nixpkgs-cdf80ff19ad2a5f73480edccec509ab5ccec6dcd.tar.xz
nixpkgs-cdf80ff19ad2a5f73480edccec509ab5ccec6dcd.tar.zst
nixpkgs-cdf80ff19ad2a5f73480edccec509ab5ccec6dcd.zip
doc/cross-compilation: fix typo
Add missing verb.
Diffstat (limited to 'doc/cross-compilation.xml')
-rw-r--r--doc/cross-compilation.xml2
1 files changed, 1 insertions, 1 deletions
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.
       </para>