summaryrefslogtreecommitdiff
path: root/compiler/GHC/CmmToAsm.hs
diff options
context:
space:
mode:
authorKrzysztof Gogolewski <krzysztof.gogolewski@tweag.io>2020-10-01 21:32:52 +0200
committerMarge Bot <ben+marge-bot@smart-cactus.org>2020-10-02 08:00:25 -0400
commita9ae83af9e0cf48e860f2b7e1d50a057cb8a7890 (patch)
tree3aa9de1ffd2ac471b14a0342a5a2e8bbba6f5a90 /compiler/GHC/CmmToAsm.hs
parent1edd6d21c0abea34b498a627234a97df21648024 (diff)
downloadhaskell-a9ae83af9e0cf48e860f2b7e1d50a057cb8a7890.tar.gz
Fix typos in comments
[skip ci]
Diffstat (limited to 'compiler/GHC/CmmToAsm.hs')
-rw-r--r--compiler/GHC/CmmToAsm.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToAsm.hs b/compiler/GHC/CmmToAsm.hs
index 18590a3ee8..7112d603b6 100644
--- a/compiler/GHC/CmmToAsm.hs
+++ b/compiler/GHC/CmmToAsm.hs
@@ -1174,7 +1174,7 @@ initNCGConfig dflags = NCGConfig
ArchX86 -> bmiVersion dflags
_ -> Nothing
- -- We Assume SSE1 and SSE2 operations are available on both
+ -- We assume SSE1 and SSE2 operations are available on both
-- x86 and x86_64. Historically we didn't default to SSE2 and
-- SSE1 on x86, which results in defacto nondeterminism for how
-- rounding behaves in the associated x87 floating point instructions