From b4a7326c2059d1da981358b947dcd4554564031c Mon Sep 17 00:00:00 2001 From: Duncan Sands Date: Sat, 14 Apr 2007 12:30:27 +0000 Subject: [PATCH] Correct typo. llvm-svn: 35989 --- llvm/docs/ExceptionHandling.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llvm/docs/ExceptionHandling.html b/llvm/docs/ExceptionHandling.html index a0ecbfd2aae7..8303a49fab5a 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 -- GitLab