1
0
Quellcode durchsuchen

Tiny grammar fix

git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@10667 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
Chris Staub vor 11 Jahren
Ursprung
Commit
da7aeabce4
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      chapter05/gcc-pass2.xml

+ 1 - 1
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>