* NEWS: s/x86-64/x86_64/
---
NEWS | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/NEWS b/NEWS
index 16984003c..8c3eb9b25 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]