diff options
| author | Simon Peyton Jones <simonpj@microsoft.com> | 2015-06-15 13:33:36 +0100 |
|---|---|---|
| committer | Simon Peyton Jones <simonpj@microsoft.com> | 2015-06-15 13:35:36 +0100 |
| commit | a6cbf414b15e31b75f08e830cffbd68ff397d174 (patch) | |
| tree | 0370cbb7150433ab6ef17effe958f0343db71815 /compiler | |
| parent | a3f6239d905ad4b8fb597f43bd4ef9947c83362f (diff) | |
| download | haskell-a6cbf414b15e31b75f08e830cffbd68ff397d174.tar.gz | |
Spelling in comments
Diffstat (limited to 'compiler')
| -rw-r--r-- | compiler/rename/RnEnv.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rename/RnEnv.hs b/compiler/rename/RnEnv.hs index 4ca3e5acd4..2bdf9b5b6a 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, |
