diff options
author | Mark Seaborn <mseaborn@chromium.org> | 2014-02-27 06:54:04 +0000 |
---|---|---|
committer | Mark Seaborn <mseaborn@chromium.org> | 2014-02-27 06:54:04 +0000 |
commit | 20f9ddbb6bc0b1bb600bed3d8e6ebbefba9e382c (patch) | |
tree | a01394bc7e526ff47179fcfcfe74cea574656380 /llvm/docs/ExceptionHandling.rst | |
parent | e3e2a11ad901c665329e13690c3fb779c005889c (diff) | |
download | bcm5719-llvm-20f9ddbb6bc0b1bb600bed3d8e6ebbefba9e382c.tar.gz bcm5719-llvm-20f9ddbb6bc0b1bb600bed3d8e6ebbefba9e382c.zip |
Exception handling docs: Fix a typo
llvm-svn: 202354
Diffstat (limited to 'llvm/docs/ExceptionHandling.rst')
-rw-r--r-- | llvm/docs/ExceptionHandling.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ExceptionHandling.rst b/llvm/docs/ExceptionHandling.rst index 43aa1aea470..6a05eea5dac 100644 --- a/llvm/docs/ExceptionHandling.rst +++ b/llvm/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 |