docs: typo in overview.txt
author"Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Sep 06 10:45:31 2009 +0200 (2009-09-06)
changeset 15130a405ac9d9ce
parent 1512 439a6b292917
child 1514 461d964d7df2
docs: typo in overview.txt
docs/overview.txt
     1.1 --- a/docs/overview.txt	Fri Sep 04 17:27:16 2009 +0200
     1.2 +++ b/docs/overview.txt	Sun Sep 06 10:45:31 2009 +0200
     1.3 @@ -398,7 +398,7 @@
     1.4  
     1.5  The libraries are built as shared libraries, because building them as static
     1.6  libraries has some short-comings. This poses no problem at build time, as
     1.7 -crosstool-NG correctly points gcc (and binutiols and gdb) to the correct
     1.8 +crosstool-NG correctly points gcc (and binutils and gdb) to the correct
     1.9  place where our own version of the libraries are installed. But it poses
    1.10  a problem when gcc et al. are run: the place where the libraries are is most
    1.11  probably not known to the host dynamic linker. Still worse, if the host system
    1.12 @@ -408,7 +408,7 @@
    1.13  by using the LD_LIBRARY_PATH variable, that informs the dynamic linker where
    1.14  to look for shared libraries prior to searching its standard places. But we
    1.15  can't impose that burden on all the system (because it'd be a nightmare to
    1.16 -configure, and because two tolchains on the same system may use different
    1.17 +configure, and because two toolchains on the same system may use different
    1.18  versions of the libraries); so we have to do it on a per-toolchain basis.
    1.19  
    1.20  So we rename all binaries of the toolchain (by adding a dot '.' as their first