diff options
author | Gabor Greif <ggreif@gmail.com> | 2017-03-14 12:38:50 +0100 |
---|---|---|
committer | Gabor Greif <ggreif@gmail.com> | 2017-03-14 12:38:50 +0100 |
commit | 50512c6b2bd878f0be5e1c7b85cadf22094aaa5a (patch) | |
tree | 42d5a0313cf414f6706ebf699faf601f1c344997 /compiler/ghci/ByteCodeGen.hs | |
parent | 08e73ccf4c75a7d7a8b8167d2ccf8bc505fe1130 (diff) | |
download | haskell-50512c6b2bd878f0be5e1c7b85cadf22094aaa5a.tar.gz |
Typos in manual and comments
Diffstat (limited to 'compiler/ghci/ByteCodeGen.hs')
-rw-r--r-- | compiler/ghci/ByteCodeGen.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/ghci/ByteCodeGen.hs b/compiler/ghci/ByteCodeGen.hs index 854eee28da..5484288a9b 100644 --- a/compiler/ghci/ByteCodeGen.hs +++ b/compiler/ghci/ByteCodeGen.hs @@ -180,7 +180,7 @@ coreExprToBCOs hsc_env this_mod expr where dflags = hsc_dflags hsc_env -- The regular freeVars function gives more information than is useful to --- us here. simpleFreeVars does the impedence matching. +-- us here. simpleFreeVars does the impedance matching. simpleFreeVars :: CoreExpr -> AnnExpr Id DVarSet simpleFreeVars = go . freeVars where |