doc: fix typo in cross-compilation docs

This commit is contained in:
Léo Gaspard 2018-04-27 22:14:16 +02:00
parent 96fddac691
commit 876bbce480
No known key found for this signature in database
GPG key ID: 8A55848B6090F9CF

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>