aboutsummaryrefslogtreecommitdiffstats
path: root/chapter04
diff options
context:
space:
mode:
authorBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-09 23:10:16 +0000
committerBruce Dubbs <bdubbs@linuxfromscratch.org>2020-06-09 23:10:16 +0000
commit79524a0c69fd6f6f1fa86086b86d52328af17750 (patch)
tree3d1d7c3a2b92713fa354d9970d302f7ec8d1bdc0 /chapter04
parentee714d385e3f3b943e3fa4407847cfdeb8a435f7 (diff)
Text updates for cross2 Chapter 5
git-svn-id: http://svn.linuxfromscratch.org/LFS/branches/cross2@11914 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter04')
-rw-r--r--chapter04/aboutsbus.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter04/aboutsbus.xml b/chapter04/aboutsbus.xml
index 646fe2875..1928423ea 100644
--- a/chapter04/aboutsbus.xml
+++ b/chapter04/aboutsbus.xml
@@ -41,7 +41,7 @@
compilation time for a package can be reduced by performing a "parallel
make" by either setting an environment variable or telling the
<command>make</command> program how many processors are available. For
- instance, an Intel i5-6500 COU can support four simultaneous processes with:</para>
+ instance, an Intel i5-6500 CPU can support four simultaneous processes with:</para>
<screen role="nodump"><userinput>export MAKEFLAGS='-j4'</userinput></screen>