summaryrefslogtreecommitdiff
path: root/compiler
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2013-08-20 11:54:00 +0200
committerGabor Greif <ggreif@gmail.com>2013-08-20 11:55:30 +0200
commitf661e79c3ba0aaad46d5366f7f2836dc2e78b82b (patch)
treeecd19399d8cb1c50ac1e08c1a4306cd254154e01 /compiler
parent9325b18fb964f359fa76c40d831c9a2d847195fb (diff)
downloadhaskell-f661e79c3ba0aaad46d5366f7f2836dc2e78b82b.tar.gz
Fix typo
Diffstat (limited to 'compiler')
-rw-r--r--compiler/types/InstEnv.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/types/InstEnv.lhs b/compiler/types/InstEnv.lhs
index 6b6ddcdbb3..31a1bfb8df 100644
--- a/compiler/types/InstEnv.lhs
+++ b/compiler/types/InstEnv.lhs
@@ -585,7 +585,7 @@ lookupInstEnv (pkg_ie, home_ie) cls tys
-- NOTE [Safe Haskell isSafeOverlap]
-- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-- We restrict code compiled in 'Safe' mode from overriding code
- -- compiled in any other mode. The rational is that code compiled
+ -- compiled in any other mode. The rationale is that code compiled
-- in 'Safe' mode is code that is untrusted by the ghc user. So
-- we shouldn't let that code change the behaviour of code the
-- user didn't compile in 'Safe' mode since that's the code they