diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2024-01-04 09:44:21 -0600 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2024-01-04 09:44:21 -0600 |
commit | acde0a383a3346a7c5a365b1fd59189509535887 (patch) | |
tree | cfd45c34c58cea0a696054b6a70eef2894623365 | |
parent | 6fec3f51e71f36219829eddd63b1cf6e11bcd447 (diff) |
Typo
-rw-r--r-- | chapter05/binutils-pass1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/binutils-pass1.xml b/chapter05/binutils-pass1.xml index c3bf1f117..03e9e2498 100644 --- a/chapter05/binutils-pass1.xml +++ b/chapter05/binutils-pass1.xml @@ -142,7 +142,7 @@ cd build</userinput></screen> for a dynamic linker to perform symbol lookup. On LFS the dynamic linker (provided by the Glibc package) will always use the GNU-style hash table which is faster to query. So the classic - ELF hash table is completely useless. This makes the the linker + ELF hash table is completely useless. This makes the linker only generate the GNU-style hash table by default, so we can avoid wasting time to generate the classic ELF hash table when we build the packages, or wasting disk space to store it.</para> |