Sfoglia il codice sorgente

Fix typo and slightly tweak sentence in gcc pass 2.

git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/jh/BOOK@8362 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Jeremy Huntwork 18 anni fa
parent
commit
1c1479e4e3
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      chapter05/gcc-pass2.xml

+ 1 - 1
chapter05/gcc-pass2.xml

@@ -112,7 +112,7 @@ done</userinput></screen>
     <quote>/tools</quote> to every instance of <quote>/lib/ld</quote>,
     <quote>/lib64/ld</quote> or <quote>/lib32/ld</quote>, while the second one
     replaces hard-coded instances of <quote>/usr</quote>. Then we add our define
-    statments altering the include search path to the end of the file. Finally,
+    statements which alter the include search path to the end of the file. Finally,
     we use <command>touch</command> to update the timestamp on the copied files.
     When used in conjunction with <command>cp -u</command>, this prevents unexpected
     changes to the original files in case the command is inadvertently run twice.