Skip to content
Snippets Groups Projects
Commit b4a7326c authored by Duncan Sands's avatar Duncan Sands
Browse files

Correct typo.

llvm-svn: 35989
parent e105f3f4
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment