summaryrefslogtreecommitdiff
path: root/compiler/simplCore/OccurAnal.lhs
diff options
context:
space:
mode:
authorGabor Greif <ggreif@gmail.com>2014-01-10 19:23:02 +0100
committerGabor Greif <ggreif@gmail.com>2014-01-10 19:24:11 +0100
commitea5da60949d861286d81bf4337adceae89d0e626 (patch)
tree56af7273cbb7c9af0adb91336f477fb523c6ab92 /compiler/simplCore/OccurAnal.lhs
parentb7ddf6337760c65f22110937da09cd169cd3e8b3 (diff)
downloadhaskell-ea5da60949d861286d81bf4337adceae89d0e626.tar.gz
Comment typos only
Diffstat (limited to 'compiler/simplCore/OccurAnal.lhs')
-rw-r--r--compiler/simplCore/OccurAnal.lhs2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/simplCore/OccurAnal.lhs b/compiler/simplCore/OccurAnal.lhs
index 11391a3553..3aacce64df 100644
--- a/compiler/simplCore/OccurAnal.lhs
+++ b/compiler/simplCore/OccurAnal.lhs
@@ -200,7 +200,7 @@ These conditions apply regardless of the activation of the RULE (eg it might be
inactive in this phase but become active later). Once a Rec is broken up
it can never be put back together, so we must be conservative.
-The principle is that, regardless of rule firings, every variale is
+The principle is that, regardless of rule firings, every variable is
always in scope.
* Note [Rules are extra RHSs]