aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/gcc-desc.xml
diff options
context:
space:
mode:
authorGerard Beekmans <gerard@linuxfromscratch.org>2001-04-08 02:35:02 +0000
committerGerard Beekmans <gerard@linuxfromscratch.org>2001-04-08 02:35:02 +0000
commita9cb6f085c5befcf0de92ba5bbf361c6e89ec0ca (patch)
tree171a5bdd4d49f345f8f6e53461369e446060f89a /appendixa/gcc-desc.xml
parentf044f4c52129b91de0b582474f593e60515d5128 (diff)
Spell Checks
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@445 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/gcc-desc.xml')
-rw-r--r--appendixa/gcc-desc.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml
index 504000bc4..f2223a1e2 100644
--- a/appendixa/gcc-desc.xml
+++ b/appendixa/gcc-desc.xml
@@ -24,7 +24,7 @@ of these compiler generated object files.
<sect3><title>Preprocessor</title>
<para>
-A preprocessor preprocesses a source file, such as including
+A preprocessor pre-processes a source file, such as including
the contents of header files into the source file. It's a good idea to
not
do this manually to save a lot of time. Someone just inserts a line