[commit: ghc] master: Spelling in comments (a6cbf41)
git at git.haskell.org
git at git.haskell.org
Mon Jun 15 13:23:32 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/a6cbf414b15e31b75f08e830cffbd68ff397d174/ghc
>---------------------------------------------------------------
commit a6cbf414b15e31b75f08e830cffbd68ff397d174
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Mon Jun 15 13:33:36 2015 +0100
Spelling in comments
>---------------------------------------------------------------
a6cbf414b15e31b75f08e830cffbd68ff397d174
compiler/rename/RnEnv.hs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/rename/RnEnv.hs b/compiler/rename/RnEnv.hs
index 4ca3e5a..2bdf9b5 100644
--- a/compiler/rename/RnEnv.hs
+++ b/compiler/rename/RnEnv.hs
@@ -879,7 +879,7 @@ Note [Handling of deprecations]
* We report deprecations at each *occurrence* of the deprecated thing
(see Trac #5867)
-* We do not report deprectations for locally-definded names. For a
+* We do not report deprecations for locally-defined names. For a
start, we may be exporting a deprecated thing. Also we may use a
deprecated thing in the defn of another deprecated things. We may
even use a deprecated thing in the defn of a non-deprecated thing,
More information about the ghc-commits
mailing list