aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-31 19:54:16 +0200
committerAndreas K. Hüttel <dilfridge@gentoo.org>2023-07-31 19:54:16 +0200
commit36f2487f13e3540be9ee0fb51876b1da72176d3f (patch)
treece24cfe49fc1869aa098caa9e77fec03d7e155f4
parentf5305638bcf003192d4da17903781f870a3819e1 (diff)
NEWS: Fix typosglibc-2.38
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
-rw-r--r--NEWS5
1 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index d75c4b6688..872bc8907b 100644
--- a/NEWS
+++ b/NEWS
@@ -69,7 +69,7 @@ Deprecated and removed features, and other changes affecting compatibility:
5.4.228, 4.19.270 or 4.14.303.
* The "--disable-experimental-malloc" option is no longer available. The
- per-thread cache can still be disable per-application using tunables
+ per-thread cache can still be disabled per-application using tunables
(glibc.malloc.tcache_count set to zero).
* The configure option "--enable-tunables" has been removed. The tunable
@@ -77,7 +77,8 @@ Deprecated and removed features, and other changes affecting compatibility:
Changes to build and runtime requirements:
-* Building libmvec on AArch64 requires at minimum GCC 10.1.0 for SVE ACLE.
+* Building libmvec on AArch64 requires at a minimum GCC 10.1.0 for SVE
+ ACLE.
Security related changes: