From: Mark Seaborn Date: Thu, 27 Feb 2014 06:54:04 +0000 (+0000) Subject: Exception handling docs: Fix a typo X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=1c30a35b0f3561c9a81057a2305a6d7155413f10;p=oota-llvm.git Exception handling docs: Fix a typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202354 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index 43aa1aea470..6a05eea5dac 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