summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ExceptionHandling.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-04-16 13:02:27 +0000
committerDuncan Sands <baldrick@free.fr>2007-04-16 13:02:27 +0000
commit085b45e1f10756c303bf21dde24fa56cbe87b687 (patch)
treea65d103a8c3ab882e0514051fc6ca8a6e6c0b862 /llvm/docs/ExceptionHandling.html
parentc5f397a26f69e96fdf9dc65bef4d76d8c382abd7 (diff)
downloadbcm5719-llvm-085b45e1f10756c303bf21dde24fa56cbe87b687.tar.gz
bcm5719-llvm-085b45e1f10756c303bf21dde24fa56cbe87b687.zip
Fix typos.
llvm-svn: 36124
Diffstat (limited to 'llvm/docs/ExceptionHandling.html')
-rw-r--r--llvm/docs/ExceptionHandling.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html
index 8303a49fab5..57b0c4d8488 100644
--- a/llvm/docs/ExceptionHandling.html
+++ b/llvm/docs/ExceptionHandling.html
@@ -121,8 +121,8 @@ exceptions, the exception handling ABI provides a mechanism for supplying
<i>personalities.</i> An exception handling personality is defined by way of a
<i>personality function</i> (ex. for C++ <tt>__gxx_personality_v0</tt>) which
receives the context of the exception, an <i>exception structure</i> containing
-the exception object type and value, and a reference the exception table for the
-current function. The personality function for the current compile unit is
+the exception object type and value, and a reference to the exception table for
+the current function. The personality function for the current compile unit is
specified in a <i>common exception frame</i>.</p>
<p>The organization of an exception table is language dependent. For C++, an
@@ -195,7 +195,7 @@ unwinding of a throw.</p>
<p>The term used to define a the place where an invoke continues after an
exception is called a <i>landing pad</i>. LLVM landing pads are conceptually
-alternative entry points into where a exception structure reference and a type
+alternative function entry points where a exception structure reference and a type
info index are passed in as arguments. The landing pad saves the exception
structure reference and then proceeds to select the catch block that corresponds
to the type info of the exception object.</p>
OpenPOWER on IntegriCloud