summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMark Seaborn <mseaborn@chromium.org>2014-02-27 06:54:04 +0000
committerMark Seaborn <mseaborn@chromium.org>2014-02-27 06:54:04 +0000
commit1c30a35b0f3561c9a81057a2305a6d7155413f10 (patch)
treee6152c325098921c01e9839163604394e4cde53b /docs
parent74be63b0147505d7b31f9a3dae98a11502f0c782 (diff)
downloadllvm-1c30a35b0f3561c9a81057a2305a6d7155413f10.tar.gz
llvm-1c30a35b0f3561c9a81057a2305a6d7155413f10.tar.bz2
llvm-1c30a35b0f3561c9a81057a2305a6d7155413f10.tar.xz
Exception handling docs: Fix a typo
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202354 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ExceptionHandling.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst
index 43aa1aea47..6a05eea5da 100644
--- a/docs/ExceptionHandling.rst
+++ b/docs/ExceptionHandling.rst
@@ -142,7 +142,7 @@ continuation points:
#. where to continue if the call raises an exception, either by a throw or the
unwinding of a throw
-The term used to define a the place where an ``invoke`` continues after an
+The term used to define the place where an ``invoke`` continues after an
exception is called a *landing pad*. LLVM landing pads are conceptually
alternative function entry points where an exception structure reference and a
type info index are passed in as arguments. The landing pad saves the exception