summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCheng Shao <astrohavoc@gmail.com>2022-08-15 12:28:44 +0000
committerMarge Bot <ben+marge-bot@smart-cactus.org>2022-08-16 09:03:15 -0400
commit641105441d3ed7087c5d59187c8c94bc7bc08061 (patch)
tree1eb982b23da76953dd04ed907c4d19fecf40ea37
parentdc7da356daa78fb680f000736cd690f09fa1d856 (diff)
downloadhaskell-641105441d3ed7087c5d59187c8c94bc7bc08061.tar.gz
CmmToAsm/AArch64: correct a typo
-rw-r--r--compiler/GHC/CmmToAsm/AArch64.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/CmmToAsm/AArch64.hs b/compiler/GHC/CmmToAsm/AArch64.hs
index e6f656e26a..8b85b12ff6 100644
--- a/compiler/GHC/CmmToAsm/AArch64.hs
+++ b/compiler/GHC/CmmToAsm/AArch64.hs
@@ -1,6 +1,6 @@
{-# OPTIONS_GHC -fno-warn-orphans #-}
--- | Native code generator for x86 and x86-64 architectures
+-- | Native code generator for AArch64 architectures
module GHC.CmmToAsm.AArch64
( ncgAArch64 )
where