summaryrefslogtreecommitdiff
path: root/compiler/GHC/Types/SourceText.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Types/SourceText.hs')
-rw-r--r--compiler/GHC/Types/SourceText.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Types/SourceText.hs b/compiler/GHC/Types/SourceText.hs
index 720b64433c..59df5ddf9c 100644
--- a/compiler/GHC/Types/SourceText.hs
+++ b/compiler/GHC/Types/SourceText.hs
@@ -300,7 +300,7 @@ data StringLiteral = StringLiteral
-- StringLiteral we would not need sl_tc, but
-- that would cause import loops.
- -- AZ:2: sl_tc should be an AnnAnchor, to allow
+ -- AZ:2: sl_tc should be an EpaAnchor, to allow
-- editing and reprinting the AST. Need a more
-- robust solution.