浏览代码

chapter05: fix translation of info about limits.h

Xi Ruoyao 7 年之前
父节点
当前提交
1b5fab254a
共有 1 个文件被更改,包括 3 次插入3 次删除
  1. 3 3
      chapter05/gcc-pass2.xml

+ 3 - 3
chapter05/gcc-pass2.xml

@@ -54,9 +54,9 @@
     build of GCC now requires the full internal header.  Create a full version
     of the internal header using a command that is identical to what the GCC
     build system does in normal circumstances:</para-->
-    <para>第一次构建的 GCC 安装了若干内部系统头文件。一般来说
-		其中的一个 <filename>limits.h</filename> 应该包含对应的系统
-		<filename>limits.h</filename> 头文件。对于我们的特例而言,就是
+    <para>第一次构建的 GCC 安装了若干内部系统头文件,其中有一个
+		<filename>limits.h</filename>。一般来说,
+		它应该包含对应的系统头文件,对于我们的特例而言,就是
 		<filename>/tools/include/limits.h</filename>。
 		然而,在第一次构建 GCC 的时候,它还不存在,
 		因此 GCC 安装的内部头文件是一个不完整的、自给自足的文件,