From 1c30a35b0f3561c9a81057a2305a6d7155413f10 Mon Sep 17 00:00:00 2001 From: Mark Seaborn Date: Thu, 27 Feb 2014 06:54:04 +0000 Subject: [PATCH] Exception handling docs: Fix a typo git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@202354 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ExceptionHandling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1