[commit: ghc] master: Comment only (a247887)
git at git.haskell.org
git at git.haskell.org
Wed Nov 27 11:00:30 UTC 2013
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a247887beae9c867e5be940d6fb79a53acfd99f3/ghc
>---------------------------------------------------------------
commit a247887beae9c867e5be940d6fb79a53acfd99f3
Author: Gabor Greif <ggreif at gmail.com>
Date: Tue Nov 26 15:11:39 2013 +0100
Comment only
>---------------------------------------------------------------
a247887beae9c867e5be940d6fb79a53acfd99f3
compiler/rename/RnSplice.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/rename/RnSplice.lhs b/compiler/rename/RnSplice.lhs
index a578ef8..b744313 100644
--- a/compiler/rename/RnSplice.lhs
+++ b/compiler/rename/RnSplice.lhs
@@ -294,7 +294,7 @@ rn_bracket outer_stage br@(VarBr flg rdr_name)
do { mb_bind_lvl <- lookupLocalOccThLvl_maybe name
; case mb_bind_lvl of
{ Nothing -> return () -- Can happen for data constructors,
- -- but nothign needs doing for them
+ -- but nothing needs to be done for them
; Just (top_lvl, bind_lvl) -- See Note [Quoting names]
| isTopLevel top_lvl
More information about the ghc-commits
mailing list