summaryrefslogtreecommitdiff
path: root/compiler/basicTypes/NameCache.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/basicTypes/NameCache.hs')
-rw-r--r--compiler/basicTypes/NameCache.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/basicTypes/NameCache.hs b/compiler/basicTypes/NameCache.hs
index 13fb1f57fe..f845bc9562 100644
--- a/compiler/basicTypes/NameCache.hs
+++ b/compiler/basicTypes/NameCache.hs
@@ -68,7 +68,7 @@ are two reasons why we might look up an Orig RdrName for built-in syntax,
* Template Haskell turns a BuiltInSyntax Name into a TH.NameG
(DsMeta.globalVar), and parses a NameG into an Orig RdrName
(Convert.thRdrName). So, e.g. $(do { reify '(,); ... }) will
- go this route (Trac #8954).
+ go this route (#8954).
-}