summaryrefslogtreecommitdiff
path: root/docs/users_guide/debug-info.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/users_guide/debug-info.rst')
-rw-r--r--docs/users_guide/debug-info.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/users_guide/debug-info.rst b/docs/users_guide/debug-info.rst
index 45792c65df..351446fa58 100644
--- a/docs/users_guide/debug-info.rst
+++ b/docs/users_guide/debug-info.rst
@@ -132,7 +132,7 @@ this point in the program,
The reason ``gdb`` doesn't show this symbol name in the backtrace output is an
infidelity in its interpretation of debug information, which assumes an
invariant preserved in C but not Haskell programs. Unfortunately it is
- necessary to work around this manually until this behivior is fixed
+ necessary to work around this manually until this behavior is fixed
upstream.
.. note::