[llvm] r202354 - Exception handling docs: Fix a typo

Mark Seaborn mseaborn at chromium.org
Wed Feb 26 22:54:04 PST 2014


Author: mseaborn
Date: Thu Feb 27 00:54:04 2014
New Revision: 202354

URL: http://llvm.org/viewvc/llvm-project?rev=202354&view=rev
Log:
Exception handling docs: Fix a typo

Modified:
    llvm/trunk/docs/ExceptionHandling.rst

Modified: llvm/trunk/docs/ExceptionHandling.rst
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ExceptionHandling.rst?rev=202354&r1=202353&r2=202354&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.rst (original)
+++ llvm/trunk/docs/ExceptionHandling.rst Thu Feb 27 00:54:04 2014
@@ -142,7 +142,7 @@ continuation points:
 #. where to continue if the call raises an exception, either by a throw or the
    unwinding of a throw
 
-The term used to define a the place where an ``invoke`` continues after an
+The term used to define the place where an ``invoke`` continues after an
 exception is called a *landing pad*. LLVM landing pads are conceptually
 alternative function entry points where an exception structure reference and a
 type info index are passed in as arguments. The landing pad saves the exception





More information about the llvm-commits mailing list