diff options
author | Douglas R. Reno <renodr@linuxfromscratch.org> | 2023-08-14 14:12:26 -0500 |
---|---|---|
committer | Douglas R. Reno <renodr@linuxfromscratch.org> | 2023-08-14 14:12:26 -0500 |
commit | 355efd11a8cb28e4dfd335d97fb03c6ecea5d04d (patch) | |
tree | 9f0016c5b549d681a0cb5886efcb6c22c51301a2 | |
parent | bd93ae129ece8f95104a7231c39043e436d78788 (diff) |
glibc: minor typo fix
-rw-r--r-- | chapter08/glibc.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chapter08/glibc.xml b/chapter08/glibc.xml index ed25a1ba8..3932a2147 100644 --- a/chapter08/glibc.xml +++ b/chapter08/glibc.xml @@ -51,7 +51,7 @@ <screen><userinput remap="pre">patch -Np1 -i ../&glibc-fhs-patch;</userinput></screen> <para>Now fix a regression causing the posix_memalign() function - to be very slow slow in some conditions.</para> + to be very slow in some conditions:</para> <screen><userinput remap="pre">patch -Np1 -i ../&glibc-memalign-patch;</userinput></screen> |