summaryrefslogtreecommitdiff
path: root/compiler/backpack
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2017-03-29 15:34:32 +0200
committerGabor Greif <ggreif@gmail.com>2017-03-30 12:10:30 +0200
commitff7094e5a80435ff68490c725029e762913a72d3 (patch)
tree234793f40e3f4bec47cfe41868189f2a4ce94ad1 /compiler/backpack
parent01b062ec3fa138b92124ce7ca4deca0ddcb474ea (diff)
downloadhaskell-ff7094e5a80435ff68490c725029e762913a72d3.tar.gz
Typos in comments [ci skip]
Diffstat (limited to 'compiler/backpack')
-rw-r--r--compiler/backpack/NameShape.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/backpack/NameShape.hs b/compiler/backpack/NameShape.hs
index 261fffb6fb..6ec243ef20 100644
--- a/compiler/backpack/NameShape.hs
+++ b/compiler/backpack/NameShape.hs
@@ -159,7 +159,7 @@ ns_module = mkHoleModule . ns_mod_name
-- | Substitution on @{A.T}@. We enforce the invariant that the
-- 'nameModule' of keys of this map have 'moduleUnitId' @hole@
-- (meaning that if we have a hole substitution, the keys of the map
--- are never affected.) Alternately, this is isomorphic to
+-- are never affected.) Alternatively, this is isomorphic to
-- @Map ('ModuleName', 'OccName') 'Name'@.
type ShNameSubst = NameEnv Name