Exception handling docs: Fix a typo
authorMark Seaborn <mseaborn@chromium.org>
Thu, 27 Feb 2014 06:54:04 +0000 (06:54 +0000)
committerMark Seaborn <mseaborn@chromium.org>
Thu, 27 Feb 2014 06:54:04 +0000 (06:54 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202354 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ExceptionHandling.rst

index 43aa1aea470175c58bbb3df7f1b5890b3874f925..6a05eea5dac45e3a8f1ae44b6943b72ee523a0c7 100644 (file)
@@ -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 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