aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2014-09-15 18:06:29 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2014-09-15 18:06:29 +0000
commit834f2d30cef82e86e6b9379b848fc384a5120760 (patch)
treeeb7d5a5659383109d77edb8945b123b824d7aa82
parent530aea32ced32c4e007b9066e76cc273cd9f4ed2 (diff)
Wording
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10753 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter06/gcc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml
index eed5238a5..24abde4fa 100644
--- a/chapter06/gcc.xml
+++ b/chapter06/gcc.xml
@@ -46,7 +46,7 @@
<screen><userinput remap="pre">sed -i 's/if \((code.*))\)/if (\1 \&amp;\&amp; \!DEBUG_INSN_P (insn))/' gcc/sched-deps.c</userinput></screen>
- <para>Now fix a problem identified upstream that causes some
+ <para>Now fix another problem identified upstream that causes some
programs to fail:</para>
<screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen>