From 355efd11a8cb28e4dfd335d97fb03c6ecea5d04d Mon Sep 17 00:00:00 2001 From: "Douglas R. Reno" Date: Mon, 14 Aug 2023 14:12:26 -0500 Subject: [PATCH] glibc: minor typo fix --- chapter08/glibc.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 @@ patch -Np1 -i ../&glibc-fhs-patch; Now fix a regression causing the posix_memalign() function - to be very slow slow in some conditions. + to be very slow in some conditions: patch -Np1 -i ../&glibc-memalign-patch;