diff options
Diffstat (limited to 'chapter05/libstdc++.xml')
-rw-r--r-- | chapter05/libstdc++.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/libstdc++.xml b/chapter05/libstdc++.xml index d93f46bc5..9af130f4b 100644 --- a/chapter05/libstdc++.xml +++ b/chapter05/libstdc++.xml @@ -79,8 +79,8 @@ cd ../gcc-build</userinput></screen> <varlistentry> <term><parameter>--disable-libstdcxx-threads</parameter></term> <listitem> - <para>Since we have not built the thread C library, the C++ - one cannot be built as well.</para> + <para>Since we have not yet built the C threads library, the C++ + one cannot be built either.</para> </listitem> </varlistentry> |