diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html index a0ecbfd2aae76296c68a2c386363339a79ba2831..8303a49fab5a6d4e3d6569b1da57b0d4a5246dfe 100644 --- a/llvm/docs/ExceptionHandling.html +++ b/llvm/docs/ExceptionHandling.html @@ -186,7 +186,7 @@ a C++ RTTI type info structure.

-

A call within the scope of a try statement can potential raise an exception. +

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 invoke instruction. Unlike a call, the invoke has two potential continuation points; where to continue when the call succeeds as per normal, and