diff options
author | Duncan Sands <baldrick@free.fr> | 2007-04-14 12:30:27 +0000 |
---|---|---|
committer | Duncan Sands <baldrick@free.fr> | 2007-04-14 12:30:27 +0000 |
commit | b4a7326c2059d1da981358b947dcd4554564031c (patch) | |
tree | a45bf99772bcd65e3751ee9801a677eb6a56257e /llvm/docs/ExceptionHandling.html | |
parent | e105f3f4c453ddff32b9af8932a2388740b0c4ac (diff) | |
download | bcm5719-llvm-b4a7326c2059d1da981358b947dcd4554564031c.tar.gz bcm5719-llvm-b4a7326c2059d1da981358b947dcd4554564031c.zip |
Correct typo.
llvm-svn: 35989
Diffstat (limited to 'llvm/docs/ExceptionHandling.html')
-rw-r--r-- | llvm/docs/ExceptionHandling.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html index a0ecbfd2aae..8303a49fab5 100644 --- a/llvm/docs/ExceptionHandling.html +++ b/llvm/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 |