diff -r e17f35b05539 -r eb134738abc6 docs/6 - Toolchain types.txt --- a/docs/6 - Toolchain types.txt Sun Jul 17 16:54:50 2011 +0200 +++ b/docs/6 - Toolchain types.txt Sat Jan 28 16:50:45 2012 +0100 @@ -30,7 +30,7 @@ this as "2 and 2 are 4". Here is how they come into play: 1) build == host == target - This is a plain native toolchain, targetting the exact same machine as the + This is a plain native toolchain, targeting the exact same machine as the one it is built on, and running again on this exact same machine. You have to build such a toolchain when you want to use an updated component, such as a newer gcc for example.