[commit: ghc] master: Typos in comments (df37261)

git at git.haskell.org git at git.haskell.org
Tue Nov 26 22:18:39 UTC 2013


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/df37261ee3f52180e21998eca1f88bbc0f2d2bd8/ghc

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

commit df37261ee3f52180e21998eca1f88bbc0f2d2bd8
Author: Gabor Greif <ggreif at gmail.com>
Date:   Tue Nov 26 23:18:07 2013 +0100

    Typos in comments


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

df37261ee3f52180e21998eca1f88bbc0f2d2bd8
 compiler/typecheck/TcRnTypes.lhs |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/compiler/typecheck/TcRnTypes.lhs b/compiler/typecheck/TcRnTypes.lhs
index e16bf56..9fc2ceb 100644
--- a/compiler/typecheck/TcRnTypes.lhs
+++ b/compiler/typecheck/TcRnTypes.lhs
@@ -1571,9 +1571,9 @@ Note [Preventing recursive dictionaries]
 
 We have some classes where it is not very useful to build recursive
 dictionaries (Coercible, at the moment). So we need the constraint solver to
-prevent that. We conservativey ensure this property using the subgoal depth of
+prevent that. We conservatively ensure this property using the subgoal depth of
 the constraints: When solving a Coercible constraint at depth d, we do not
-consider evicence from a depth <= d as suitable.
+consider evidence from a depth <= d as suitable.
 
 Therefore we need to record the minimum depth allowed to solve a CtWanted. This
 is done in the SubGoalDepth field of CtWanted. Most code now uses mkCtWanted,



More information about the ghc-commits mailing list