aboutsummaryrefslogtreecommitdiffstats
path: root/chapter05/introduction.xml
diff options
context:
space:
mode:
Diffstat (limited to 'chapter05/introduction.xml')
-rw-r--r--chapter05/introduction.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/chapter05/introduction.xml b/chapter05/introduction.xml
index a379d90ab..3efec924c 100644
--- a/chapter05/introduction.xml
+++ b/chapter05/introduction.xml
@@ -11,7 +11,7 @@ that the LFS system can be booted.
<para>
The software in this chapter will be linked statically. These programs
-will be re-installed in the next chapter and linked dynamically. The
+will be reinstalled in the next chapter and linked dynamically. The
reason for the static version first is that there is a chance that our
normal Linux system and the LFS system aren't using the same C
Library versions. If the programs in the first part are linked against
@@ -32,10 +32,10 @@ packages will be, as previously explained, linked statically.
</para>
<para>
-During the installation of various packages the user will most likely see
+During the installation of various packages, the user will most likely see
compiler warnings scrolling by on the screen. These are normal and can
be safely ignored. They are just that, warnings (mostly about improper
-use of the C or C++ syntax, but not illegal use. It's just that often C
+use of the C or C++ syntax, but not illegal use. It's just that, often, C
standards changed and packages still use the old standard which is not a
problem).
</para>