diff options
author | Simon Perreault <nomis80@videotron.ca> | 2001-03-29 03:46:06 +0000 |
---|---|---|
committer | Simon Perreault <nomis80@videotron.ca> | 2001-03-29 03:46:06 +0000 |
commit | 07cbb0d5d25fa559f7112fdee8eeee7dc8404a3c (patch) | |
tree | 3f9e08893cb36ff499bc6ca729de030eab65441d /appendixa/gcc-desc.xml | |
parent | f3a39e045339b1619b7a4d2ad490f3c1eba235fa (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.xml | 8 |
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 <filename>. The pre-processor inserts the +like #include <filename>. 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> |