mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-23 01:20:03 +00:00
Correct typo.
llvm-svn: 35989
This commit is contained in:
parent
e105f3f4c4
commit
b4a7326c20
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user