summaryrefslogtreecommitdiff
path: root/libraries/base/GHC/ExecutionStack/Internal.hsc
diff options
context:
space:
mode:
Diffstat (limited to 'libraries/base/GHC/ExecutionStack/Internal.hsc')
-rw-r--r--libraries/base/GHC/ExecutionStack/Internal.hsc2
1 files changed, 1 insertions, 1 deletions
diff --git a/libraries/base/GHC/ExecutionStack/Internal.hsc b/libraries/base/GHC/ExecutionStack/Internal.hsc
index 9f9e979af9..7db1e86ff7 100644
--- a/libraries/base/GHC/ExecutionStack/Internal.hsc
+++ b/libraries/base/GHC/ExecutionStack/Internal.hsc
@@ -150,7 +150,7 @@ stackFrames st@(StackTrace fptr) = unsafePerformIO $ withSession $ \sess -> do
unknown symbols). I think this is a reasonable price to pay, however, as
module loading/unloading is a rather rare event.
- Morover, we stand to gain a great deal by lazy lookups as the stack frames
+ Moreover, we stand to gain a great deal by lazy lookups as the stack frames
may never even be requested, meaning the only effort wasted is the
collection of the stack frames themselves.