[llvm] r228741 - fix docs typo
Nico Weber
nicolasweber at gmx.de
Tue Feb 10 12:43:54 PST 2015
Author: nico
Date: Tue Feb 10 14:43:54 2015
New Revision: 228741
URL: http://llvm.org/viewvc/llvm-project?rev=228741&view=rev
Log:
fix docs 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=228741&r1=228740&r2=228741&view=diff
==============================================================================
--- llvm/trunk/docs/ExceptionHandling.rst (original)
+++ llvm/trunk/docs/ExceptionHandling.rst Tue Feb 10 14:43:54 2015
@@ -328,7 +328,7 @@ C++ Exception Handling using the Windows
not yet fully implemented. The text below describes how it will work
when completed.)
-The Windows runtime function for C++ exception handling uses a mutli-phase
+The Windows runtime function for C++ exception handling uses a multi-phase
approach. When an exception occurs it searches the current callstack for a
frame that has a handler for the exception. If a handler is found, it then
calls the cleanup handler for each frame above the handler which has a
More information about the llvm-commits
mailing list