aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Hymers <markh@linuxfromscratch.org>2002-09-13 20:05:08 +0000
committerMark Hymers <markh@linuxfromscratch.org>2002-09-13 20:05:08 +0000
commit3998446b361123b3e199bd7c1abf48adb16012e2 (patch)
tree6d085240d673b6168ebf59262091d020abedd3dd
parent0b74af37ec6c08b3def2538e7deb0c55d35d3793 (diff)
fix typo
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2109 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
-rw-r--r--chapter02/aboutsbus.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter02/aboutsbus.xml b/chapter02/aboutsbus.xml
index d78e6b719..b63bc3b0a 100644
--- a/chapter02/aboutsbus.xml
+++ b/chapter02/aboutsbus.xml
@@ -17,7 +17,7 @@ times it takes to compile something varies too much. One package may take
is Bash in chapter 5 and it'll be statically linked. The time it takes to
compile this package will be the basis and called the SBU. All other
compile times are relative to the time it takes to install Bash. For
-example, GCC-3.2 takes about 9.5 SBUs and it's proven that this number if
+example, GCC-3.2 takes about 9.5 SBUs and it's proven that this number is
fairly consistent among a lot of different systems. So multiply 9.5 by the
number of seconds it takes for Bash to install (the SBU value) and you get
a close approximation of how long GCC will take on your system.</para>