aboutsummaryrefslogtreecommitdiff
path: root/docs/Statepoints.rst
diff options
context:
space:
mode:
authorSylvestre Ledru <sylvestre@debian.org>2016-02-14 20:16:22 +0000
committerSylvestre Ledru <sylvestre@debian.org>2016-02-14 20:16:22 +0000
commit3c5ec72fb6b80a1e0d6c66c65715b7723c085224 (patch)
tree2b2741a9d67c8cb5b6ce8a266e8b8bf7fb035d76 /docs/Statepoints.rst
parent71895b613a6a50118c416b9232b867d036cf3187 (diff)
downloadllvm-3c5ec72fb6b80a1e0d6c66c65715b7723c085224.tar.gz
Fix some typos in the llvm doc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@260855 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/Statepoints.rst')
-rw-r--r--docs/Statepoints.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Statepoints.rst b/docs/Statepoints.rst
index b0e4f813179..1e46152443e 100644
--- a/docs/Statepoints.rst
+++ b/docs/Statepoints.rst
@@ -262,7 +262,7 @@ As a practical consideration, many garbage-collected systems allow code that is
collector-aware ("managed code") to call code that is not collector-aware
("unmanaged code"). It is common that such calls must also be safepoints, since
it is desirable to allow the collector to run during the execution of
-unmanaged code. Futhermore, it is common that coordinating the transition from
+unmanaged code. Furthermore, it is common that coordinating the transition from
managed to unmanaged code requires extra code generation at the call site to
inform the collector of the transition. In order to support these needs, a
statepoint may be marked as a GC transition, and data that is necessary to