diff options
author | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-03 03:48:42 +0000 |
---|---|---|
committer | Bruce Dubbs <bdubbs@linuxfromscratch.org> | 2015-11-03 03:48:42 +0000 |
commit | edbeeb5dc5ef7f452d1c7bd57cdec5998bdde658 (patch) | |
tree | fa9e11a0bc99486e35a11009650ad50352222112 /chapter06/gcc.xml | |
parent | 7bbd1bdc8a816089c3d217eb805470858e130a5e (diff) |
Spelling and other typos -- from Craig Garner
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10969 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter06/gcc.xml')
-rw-r--r-- | chapter06/gcc.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index c14540bf7..56fceee52 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -375,7 +375,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> <listitem> <para>A wrapper around <command>ar</command> that adds a plugin to the command line. This program is only used - to add "link time optization" and is not useful with the + to add "link time optimization" and is not useful with the default build options</para> <indexterm zone="ch-system-gcc gcc-ar"> <primary sortas="b-gcc-ar">gc-ar</primary> @@ -388,7 +388,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> <listitem> <para>A wrapper around <command>nm</command> that adds a plugin to the command line. This program is only used - to add "link time optization" and is not useful with the + to add "link time optimization"" and is not useful with the default build options</para> <indexterm zone="ch-system-gcc gcc-nm"> <primary sortas="b-gcc-nm">gc-nm</primary> @@ -401,7 +401,7 @@ mv -v /usr/lib/*gdb.py /usr/share/gdb/auto-load/usr/lib</userinput></screen> <listitem> <para>A wrapper around <command>ranlib</command> that adds a plugin to the command line. This program is only used - to add "link time optization" and is not useful with the + to add "link time optimization"" and is not useful with the default build options</para> <indexterm zone="ch-system-gcc gcc-ranlib"> <primary sortas="b-gcc-ranlib">gc-ranlib</primary> |