diff -r e17f35b05539 -r 986e1c75432a 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 Fri Nov 18 15:29:18 2011 +0800 @@ -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.