diff options
Diffstat (limited to 'compiler/GHC/StgToCmm/ExtCode.hs')
-rw-r--r-- | compiler/GHC/StgToCmm/ExtCode.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/StgToCmm/ExtCode.hs b/compiler/GHC/StgToCmm/ExtCode.hs index be2592edd3..4a5225eec6 100644 --- a/compiler/GHC/StgToCmm/ExtCode.hs +++ b/compiler/GHC/StgToCmm/ExtCode.hs @@ -102,7 +102,7 @@ instance HasDynFlags CmmParse where return (d, dflags)) --- | Takes the variable decarations and imports from the monad +-- | Takes the variable declarations and imports from the monad -- and makes an environment, which is looped back into the computation. -- In this way, we can have embedded declarations that scope over the whole -- procedure, and imports that scope over the entire module. |