mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-06-18 19:29:21 +01:00
Typo fix.
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@381 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
This commit is contained in:
parent
f3a39e0453
commit
07cbb0d5d2
@ -21,16 +21,16 @@ of these compiler generated object files.
|
|||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
|
||||||
<sect3><title>Pre-processor</title>
|
<sect3><title>Preprocessor</title>
|
||||||
|
|
||||||
<para>
|
<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
|
the contents of header files into the source file. It's a good idea to
|
||||||
not
|
not
|
||||||
do this manually to save a lot of time. Someone just inserts a line
|
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
|
contents of that file into the source file. That's one of the things a
|
||||||
pre-processor does.
|
preprocessor does.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
</sect3>
|
</sect3>
|
||||||
|
Loading…
Reference in New Issue
Block a user