summaryrefslogtreecommitdiff
path: root/compiler/utils/AsmUtils.hs
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/utils/AsmUtils.hs')
-rw-r--r--compiler/utils/AsmUtils.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/utils/AsmUtils.hs b/compiler/utils/AsmUtils.hs
index bb19dc2ba3..591b53dc31 100644
--- a/compiler/utils/AsmUtils.hs
+++ b/compiler/utils/AsmUtils.hs
@@ -1,7 +1,7 @@
-- | Various utilities used in generating assembler.
--
-- These are used not only by the native code generator, but also by the
--- "DriverPipeline".
+-- GHC.Driver.Pipeline
module AsmUtils
( sectionType
) where