diff options
Diffstat (limited to 'chapter05/glibc.xml')
-rw-r--r-- | chapter05/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter05/glibc.xml b/chapter05/glibc.xml index 7d98d9008..974a7292f 100644 --- a/chapter05/glibc.xml +++ b/chapter05/glibc.xml @@ -52,7 +52,7 @@ su -c 'cp -v sunrpc/rpc/*.h /usr/include/rpc' fi</userinput></screen> - <para>Fix is regression in the package that affects 32-bit architectures:</para> + <para>Fix a regression in the package that affects 32-bit architectures:</para> <screen><userinput remap="pre">sed -e '/ia32/s/^/1:/' \ -e '/SSE2/s/^1://' \ |