From b0a1cbff0d9893631fb0a9ad5c6f4d0766645199 Mon Sep 17 00:00:00 2001
From: Duncan Sands
Date: Sat, 14 Apr 2007 12:30:27 +0000
Subject: [PATCH] Correct typo.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35989 91177308-0d34-0410-b5e6-96231b3b80d8
---
docs/ExceptionHandling.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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
--
2.34.1