summaryrefslogtreecommitdiff
path: root/compiler/GHC/Core/Opt/simplifier.tib
diff options
context:
space:
mode:
Diffstat (limited to 'compiler/GHC/Core/Opt/simplifier.tib')
-rw-r--r--compiler/GHC/Core/Opt/simplifier.tib2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/GHC/Core/Opt/simplifier.tib b/compiler/GHC/Core/Opt/simplifier.tib
index e0f9dc91f2..07127c7fe2 100644
--- a/compiler/GHC/Core/Opt/simplifier.tib
+++ b/compiler/GHC/Core/Opt/simplifier.tib
@@ -706,7 +706,7 @@ each iteration of Step 2 only performs one transformation, then the
entire program will to be re-analysed by Step 1, and re-traversed by
Step 2, for each transformation of the sequence. Sometimes this is
unavoidable, but it is often possible to perform a sequence of
-transformtions in a single pass.
+transformations in a single pass.
The key function, which simplifies expressions, has the following type:
@