summaryrefslogtreecommitdiffstats
path: root/llvm/docs/ExceptionHandling.html
diff options
context:
space:
mode:
authorBill Wendling <isanbard@gmail.com>2011-09-26 21:10:31 +0000
committerBill Wendling <isanbard@gmail.com>2011-09-26 21:10:31 +0000
commit878a67397d0b3b0da89830dfb8e6f3c18c733a14 (patch)
treead4227b76f04c03b2fc2a8a06b7a4e419a405054 /llvm/docs/ExceptionHandling.html
parentdec0ee323723b8b9fb838430e43e9f7f5d59f2b9 (diff)
downloadbcm5719-llvm-878a67397d0b3b0da89830dfb8e6f3c18c733a14.tar.gz
bcm5719-llvm-878a67397d0b3b0da89830dfb8e6f3c18c733a14.zip
Fix grammar.
llvm-svn: 140564
Diffstat (limited to 'llvm/docs/ExceptionHandling.html')
-rw-r--r--llvm/docs/ExceptionHandling.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html
index 425b8b7a70e..06cb2cf8197 100644
--- a/llvm/docs/ExceptionHandling.html
+++ b/llvm/docs/ExceptionHandling.html
@@ -261,8 +261,8 @@
and <i>filter</i> clauses. The exception is tested against the clauses
sequentially from first to last. The selector value is a positive number if
the exception matched a type info, a negative number if it matched a filter,
- and zero if it matched a cleanup. If nothing is matched, the behavior of the
- program is <a href="#restrictions">undefined</a>. If a type info matched,
+ and zero if it matched to a cleanup. If nothing is matched, the behavior of
+ the program is <a href="#restrictions">undefined</a>. If a type info matched,
then the selector value is the index of the type info in the exception table,
which can be obtained using the
<a href="#llvm_eh_typeid_for"><tt>llvm.eh.typeid.for</tt></a> intrinsic.</p>
OpenPOWER on IntegriCloud