diff options
author | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-06 04:05:44 +0000 |
---|---|---|
committer | Greg Schafer <greg@linuxfromscratch.org> | 2003-10-06 04:05:44 +0000 |
commit | 8b437193ee8d62ec82ad2bd8308294191902dfe3 (patch) | |
tree | 4204915a8d5114d4b72034be30dff1f4042049a2 /chapter05/toolchaintechnotes.xml | |
parent | 98c95f5392702d4174ba3f833c8e5dde0535c1b8 (diff) |
Fix typos.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2928 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05/toolchaintechnotes.xml')
-rw-r--r-- | chapter05/toolchaintechnotes.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/toolchaintechnotes.xml b/chapter05/toolchaintechnotes.xml index 1308e9f80..4535919e3 100644 --- a/chapter05/toolchaintechnotes.xml +++ b/chapter05/toolchaintechnotes.xml @@ -151,9 +151,9 @@ in building the rest of the target Chapter 6 LFS system.</para> <title>Notes on static linking</title> <para>Most programs have to perform, beside their specific task, many rather -common and sometimes trivial operations, These include allocating memory, +common and sometimes trivial operations. These include allocating memory, searching directories, reading and writing files, string handling, pattern -matching, arithmetic, and many other tasks. Instead of obliging each program to +matching, arithmetic and many other tasks. Instead of obliging each program to reinvent the wheel, the GNU system provides all these basic functions in ready-made libraries. The major library on any Linux system is <emphasis>Glibc</emphasis>.</para> |