docs/6 - Toolchain types.txt
changeset 2564 5d4e91c0343e
parent 2563 e17f35b05539
child 2908 dcdb309b7967
     1.1 --- a/docs/6 - Toolchain types.txt	Sun Jul 17 16:54:50 2011 +0200
     1.2 +++ b/docs/6 - Toolchain types.txt	Sun Jul 17 16:53:40 2011 +0200
     1.3 @@ -30,7 +30,7 @@
     1.4  this as "2 and 2 are 4". Here is how they come into play:
     1.5  
     1.6  1) build == host == target
     1.7 -    This is a plain native toolchain, targetting the exact same machine as the
     1.8 +    This is a plain native toolchain, targeting the exact same machine as the
     1.9      one it is built on, and running again on this exact same machine. You have
    1.10      to build such a toolchain when you want to use an updated component, such
    1.11      as a newer gcc for example.