From b3331d59e896d23e2aa20a54edf780dbb7391924 Mon Sep 17 00:00:00 2001 From: Bernhard Voelker Date: Thu, 26 May 2022 16:10:57 +0200 Subject: [PATCH] maint: fix spelling in NEWS entry * NEWS: s/x86-64/x86_64/ --- NEWS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NEWS b/NEWS index 16984003c0..8c3eb9b258 100644 --- a/NEWS +++ b/NEWS @@ -8,7 +8,7 @@ GNU coreutils NEWS -*- outline -*- [bug introduced in coreutils-9.1] 'sort -g' no longer infloops when given multiple NaNs on platforms - like x86-64 where 'long double' has padding bits in memory. + like x86_64 where 'long double' has padding bits in memory. Although the fix alters sort -g's NaN ordering, that ordering has long been documented to be platform-dependent. [bug introduced 1999-05-02 and only partly fixed in coreutils-8.14] -- 2.47.2