Correct typo.
authorDuncan Sands <baldrick@free.fr>
Sat, 14 Apr 2007 12:30:27 +0000 (12:30 +0000)
committerDuncan Sands <baldrick@free.fr>
Sat, 14 Apr 2007 12:30:27 +0000 (12:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35989 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ExceptionHandling.html

index a0ecbfd2aae76296c68a2c386363339a79ba2831..8303a49fab5a6d4e3d6569b1da57b0d4a5246dfe 100644 (file)
@@ -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