diff options
author | DJ Lucas <dj@linuxfromscratch.org> | 2016-12-18 15:20:42 +0000 |
---|---|---|
committer | DJ Lucas <dj@linuxfromscratch.org> | 2016-12-18 15:20:42 +0000 |
commit | ed3be61026678484edf9e7d6344799388b8ca41a (patch) | |
tree | 43206dbcb3c87ba75fcf3e357c0417882dc71d74 /chapter06/gcc.xml | |
parent | 98e7ac4cd781b87271d1ba1b90717de08023d4b7 (diff) |
spelling error
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@11156 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index db34251fc..83cd09b8e 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -45,7 +45,7 @@ <screen><userinput remap="pre">patch -Np1 -i ../gcc-6.1.0-asan-1.patch</userinput></screen> --> - <para>If building on x86_64, change the default direcotory name for 64-bit + <para>If building on x86_64, change the default directory name for 64-bit libraries to <quote>lib</quote>:</para> <screen><userinput remap="pre">case $(uname -m) in |