diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index ba613e204..61e2d965c 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -129,7 +129,7 @@ cd ../glibc-build</userinput></screen> <varlistentry> <term><parameter>libc_cv_c_cleanup=yes</parameter></term> <listitem> - <para>Simlarly, we pass libc_cv_c_cleanup=yes through to the + <para>Similarly, we pass libc_cv_c_cleanup=yes through to the <command>configure</command> script so that the test is skipped and C cleanup handling support is configured.</para> </listitem> @@ -137,7 +137,7 @@ cd ../glibc-build</userinput></screen> <varlistentry> <term><parameter>libc_cv_ctors_header=yes</parameter></term> <listitem> - <para>Simlarly, we pass libc_cv_ctors_header=yes through to the + <para>Similarly, we pass libc_cv_ctors_header=yes through to the <command>configure</command> script so that the test is skipped and gcc constructor support is configured.</para> </listitem> |