aboutsummaryrefslogtreecommitdiffstats
path: root/chapter06/adjusting.xml
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2016-09-12 03:29:08 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2016-09-12 03:29:08 +0000
commita0bc1c68560894ebda291882c1d362a53419fcf7 (patch)
tree2633c36b7001382f3853b85206c09d0a0a77d060 /chapter06/adjusting.xml
parent3b550350faa5d5416381b3baf9b84929de12f897 (diff)
typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11125 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/adjusting.xml')
-rw-r--r--chapter06/adjusting.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/adjusting.xml b/chapter06/adjusting.xml
index cf63a77d7..04bb3eba0 100644
--- a/chapter06/adjusting.xml
+++ b/chapter06/adjusting.xml
@@ -69,7 +69,7 @@ readelf -l a.out | grep ': /lib'</userinput></screen>
/usr/lib/crtn.o succeeded</computeroutput></screen>
<note><para>On 64-bit systems, the path above will be
- /usr/lib/gcc/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib64/. This
+ /usr/lib/gcc/x86_64-pc-linux-gnu/&gcc-version;/../../../../lib64/. This
reduces to /usr/lib64 and /usr/lib64 is a symlink that points to
/usr/lib.</para></note>