[C++11] DwarfDebug: Turn single-use functors into lambdas.
[oota-llvm.git] / docs / ExceptionHandling.rst
index 43aa1aea470175c58bbb3df7f1b5890b3874f925..6a05eea5dac45e3a8f1ae44b6943b72ee523a0c7 100644 (file)
@@ -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 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