From: Bernhard Voelker Date: Thu, 26 May 2022 14:10:57 +0000 (+0200) Subject: maint: fix spelling in NEWS entry X-Git-Tag: v9.2~186 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b3331d59e896d23e2aa20a54edf780dbb7391924;p=thirdparty%2Fcoreutils.git maint: fix spelling in NEWS entry * NEWS: s/x86-64/x86_64/ --- 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]