diff -r e17f35b05539 -r a52574521bea 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 Thu Aug 18 16:05:48 2011 +0200 @@ -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.