[PATCH 1/2] Fix typo in comment
Simon Hengel
sol at typeful.net
Sun Mar 11 15:43:42 CET 2012
---
compiler/rename/RnEnv.lhs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/compiler/rename/RnEnv.lhs b/compiler/rename/RnEnv.lhs
index f1adba6..f901187 100644
--- a/compiler/rename/RnEnv.lhs
+++ b/compiler/rename/RnEnv.lhs
@@ -446,7 +446,7 @@ So we do the following
* When looking up an occurrence of an Exact name, done in
RnEnv.lookupExactOcc, we find the Name with the right unique in the
- GlobalRdrEnv, and use the on from the envt -- it will be an
+ GlobalRdrEnv, and use the one from the envt -- it will be an
External Name in the case of the data type/constructor above.
* Exact names are also use for purely local binders generated
--
1.7.5.4
More information about the Cvs-ghc
mailing list