diff options
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> |