diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-07-17 16:53:40 +0200 |
---|---|---|
committer | Antony N. Pavlov" <antony@niisi.msk.ru> | 2011-07-17 16:53:40 +0200 |
commit | c009897aeec4ac3265498664937b2b86870b9984 (patch) | |
tree | 046538459cc0fffed04c7483331db2bd0a76ab35 /docs/4 - Building the toolchain.txt | |
parent | 30ad622618504b5801ae06a4f28ebd0d10655648 (diff) | |
download | crosstool-ng-c009897aeec4ac3265498664937b2b86870b9984.tar.gz crosstool-ng-c009897aeec4ac3265498664937b2b86870b9984.tar.bz2 crosstool-ng-c009897aeec4ac3265498664937b2b86870b9984.zip |
misc: fix more typos here and there...
Reported-by: "Antony N. Pavlov" <antony@niisi.msk.ru>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'docs/4 - Building the toolchain.txt')
-rw-r--r-- | docs/4 - Building the toolchain.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/4 - Building the toolchain.txt b/docs/4 - Building the toolchain.txt index 62f0a956..6e24bc0f 100644 --- a/docs/4 - Building the toolchain.txt +++ b/docs/4 - Building the toolchain.txt @@ -129,7 +129,7 @@ script is very simple, if not trivial, and works great. The only drawback is that it does not work on host systems that lack a shell, for example the MingW32 environment. To solve the issue, the wrapper has been re-written in C, and compiled at build time. This C wrapper is much more complex than the shell -script, and although it sems to be working, it's been only lightly tested. +script, and although it seems to be working, it's been only lightly tested. Some of the expected short-comings with this C wrapper are; - multi-byte file names may not be handled correctly - it's really big for what it does |