[commit: ghc] wip/T9968: Typo in comment (b4d85c1)

git at git.haskell.org git at git.haskell.org
Fri Feb 20 09:18:09 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T9968
Link       : http://ghc.haskell.org/trac/ghc/changeset/b4d85c167759a0978e9415b32d3bb2699d267a9c/ghc

>---------------------------------------------------------------

commit b4d85c167759a0978e9415b32d3bb2699d267a9c
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date:   Fri Feb 20 09:04:47 2015 +0000

    Typo in comment


>---------------------------------------------------------------

b4d85c167759a0978e9415b32d3bb2699d267a9c
 compiler/main/HscTypes.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/main/HscTypes.hs b/compiler/main/HscTypes.hs
index 2f63530..28039ea 100644
--- a/compiler/main/HscTypes.hs
+++ b/compiler/main/HscTypes.hs
@@ -1684,7 +1684,7 @@ implicitTyConThings tc
     implicitCoTyCon tc ++
 
       -- for each data constructor in order,
-      --   the contructor, worker, and (possibly) wrapper
+      --   the constructor, worker, and (possibly) wrapper
     concatMap (extras_plus . AConLike . RealDataCon) (tyConDataCons tc)
       -- NB. record selectors are *not* implicit, they have fully-fledged
       -- bindings that pass through the compilation pipeline as normal.



More information about the ghc-commits mailing list