Merge pull request #39623 from Ekleog/doc-typo

doc: fix typo in cross-compilation docs
This commit is contained in:
xeji
2018-04-27 22:31:46 +02:00
committed by GitHub
+1 -1
View File
@@ -75,7 +75,7 @@
An example of such a tool is LLVM. An example of such a tool is LLVM.
</para> </para>
<para> <para>
Although the existance of a "target platfom" is arguably a historical mistake, it is a common one: examples of tools that suffer from it are GCC, Binutils, GHC and Autoconf. Although the existence of a "target platfom" is arguably a historical mistake, it is a common one: examples of tools that suffer from it are GCC, Binutils, GHC and Autoconf.
Nixpkgs tries to avoid sharing in the mistake where possible. Nixpkgs tries to avoid sharing in the mistake where possible.
Still, because the concept of a target platform is so ingrained, it is best to support it as is. Still, because the concept of a target platform is so ingrained, it is best to support it as is.
</para> </para>