aboutsummaryrefslogtreecommitdiffstats
path: root/appendixa/gcc-desc.xml
diff options
context:
space:
mode:
authorSimon Perreault <nomis80@videotron.ca>2001-03-29 03:46:06 +0000
committerSimon Perreault <nomis80@videotron.ca>2001-03-29 03:46:06 +0000
commit07cbb0d5d25fa559f7112fdee8eeee7dc8404a3c (patch)
tree3f9e08893cb36ff499bc6ca729de030eab65441d /appendixa/gcc-desc.xml
parentf3a39e045339b1619b7a4d2ad490f3c1eba235fa (diff)
Typo fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@381 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'appendixa/gcc-desc.xml')
-rw-r--r--appendixa/gcc-desc.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appendixa/gcc-desc.xml b/appendixa/gcc-desc.xml
index 0e971cd34..504000bc4 100644
--- a/appendixa/gcc-desc.xml
+++ b/appendixa/gcc-desc.xml
@@ -21,16 +21,16 @@ of these compiler generated object files.
</sect3>
-<sect3><title>Pre-processor</title>
+<sect3><title>Preprocessor</title>
<para>
-A pre-processor pre-processes a source file, such as including
+A preprocessor preprocesses 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
-like #include &lt;filename&gt;. The pre-processor inserts the
+like #include &lt;filename&gt;. The preprocessor inserts the
contents of that file into the source file. That's one of the things a
-pre-processor does.
+preprocessor does.
</para>
</sect3>