]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
maint: fix spelling in NEWS entry
authorBernhard Voelker <mail@bernhard-voelker.de>
Thu, 26 May 2022 14:10:57 +0000 (16:10 +0200)
committerBernhard Voelker <mail@bernhard-voelker.de>
Thu, 26 May 2022 14:12:41 +0000 (16:12 +0200)
* NEWS: s/x86-64/x86_64/

NEWS

diff --git a/NEWS b/NEWS
index 16984003c08ee6dcd8a9e3b6f22de4d6e64edeab..8c3eb9b258ab38eb81df1021f0ed7faeb1008d22 100644 (file)
--- 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]