From: Duncan Sands Date: Sat, 14 Apr 2007 12:30:27 +0000 (+0000) Subject: Correct typo. X-Git-Url: http://plrg.eecs.uci.edu/git/?a=commitdiff_plain;h=b0a1cbff0d9893631fb0a9ad5c6f4d0766645199;p=oota-llvm.git Correct typo. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35989 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/docs/ExceptionHandling.html b/docs/ExceptionHandling.html index a0ecbfd2aae..8303a49fab5 100644 --- a/docs/ExceptionHandling.html +++ b/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