fix docs typo

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228741 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Nico Weber 2015-02-10 20:43:54 +00:00
parent 7bddff5443
commit 745f390512

View File

@ -328,7 +328,7 @@ C++ Exception Handling using the Windows Runtime
not yet fully implemented. The text below describes how it will work not yet fully implemented. The text below describes how it will work
when completed.) 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 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 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 calls the cleanup handler for each frame above the handler which has a