aboutsummaryrefslogtreecommitdiffstats
path: root/docs/ExceptionHandling.html
diff options
context:
space:
mode:
authorDuncan Sands <baldrick@free.fr>2007-04-14 12:30:27 +0000
committerDuncan Sands <baldrick@free.fr>2007-04-14 12:30:27 +0000
commitb0a1cbff0d9893631fb0a9ad5c6f4d0766645199 (patch)
tree5d7abfe81a67bd3aac06a1161752bed7e0507f3f /docs/ExceptionHandling.html
parent0c801b1767d6feaf72c196e7e8ce2099c911f2bf (diff)
downloadexternal_llvm-b0a1cbff0d9893631fb0a9ad5c6f4d0766645199.tar.gz
external_llvm-b0a1cbff0d9893631fb0a9ad5c6f4d0766645199.tar.bz2
external_llvm-b0a1cbff0d9893631fb0a9ad5c6f4d0766645199.zip
Correct typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35989 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/ExceptionHandling.html')
-rw-r--r--docs/ExceptionHandling.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html
index a0ecbfd2aa..8303a49fab 100644
--- a/docs/ExceptionHandling.html
+++ b/docs/ExceptionHandling.html
@@ -186,7 +186,7 @@ a C++ RTTI type info structure.</p>
<div class="doc_text">
-<p>A call within the scope of a try statement can potential raise an exception.
+<p>A call within the scope of a try statement can potentially raise an exception.
In those circumstances, the LLVM C++ front-end replaces the call with an
<tt>invoke</tt> instruction. Unlike a call, the invoke has two potential
continuation points; where to continue when the call succeeds as per normal, and