diff options
-rw-r--r-- | chapter03/patches.xml | 2 | ||||
-rw-r--r-- | chapter06/gcc.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/chapter03/patches.xml b/chapter03/patches.xml index 690ea79ec..6eec2bf62 100644 --- a/chapter03/patches.xml +++ b/chapter03/patches.xml @@ -92,7 +92,7 @@ </varlistentry> --> <varlistentry> - <term>Gcc Upstream Libgomp Patch - <token>&gcc-upstream-patch-size;</token>:</term> + <term>Gcc Upstream Patch - <token>&gcc-upstream-patch-size;</token>:</term> <listitem> <para>Download: <ulink url="&patches-root;&gcc-upstream-patch;"/></para> <para>MD5 sum: <literal>&gcc-upstream-patch-md5;</literal></para> diff --git a/chapter06/gcc.xml b/chapter06/gcc.xml index 1ecf0a48a..406bf26f7 100644 --- a/chapter06/gcc.xml +++ b/chapter06/gcc.xml @@ -41,7 +41,7 @@ <sect2 role="installation"> <title>Installation of GCC</title> - <para>First fix some problems with the libgomp library:</para> + <para>First apply some fixes from the upstream repository:</para> <screen><userinput remap="pre">patch -Np1 -i ../&gcc-upstream-patch;</userinput></screen> |