diff options
author | Chris Staub <chris@linuxfromscratch.org> | 2014-08-01 10:26:11 +0000 |
---|---|---|
committer | Chris Staub <chris@linuxfromscratch.org> | 2014-08-01 10:26:11 +0000 |
commit | da7aeabce4890065ea477826bdf55b346e90a3a4 (patch) | |
tree | 77443aee6336bbbd36a1435085750e81c7b1c227 /chapter05 | |
parent | 5c9a7bf4675af994e29ffe766a079713b77b36b5 (diff) |
Tiny grammar fix
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Diffstat (limited to 'chapter05')
-rw-r--r-- | chapter05/gcc-pass2.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/gcc-pass2.xml b/chapter05/gcc-pass2.xml index 85cc1aff9..1dce58834 100644 --- a/chapter05/gcc-pass2.xml +++ b/chapter05/gcc-pass2.xml @@ -44,7 +44,7 @@ <title>Installation of GCC</title> <para>Our first build of GCC has installed a couple of internal system - headers. Normally one of them, <filename>limits.h</filename> will in turn + headers. Normally one of them, <filename>limits.h</filename>, will in turn include the corresponding system <filename>limits.h</filename> header, in this case, <filename>/tools/include/limits.h</filename>. However, at the time of the first build of gcc <filename>/tools/include/limits.h</filename> |