fix docs typo

llvm-svn: 228741
This commit is contained in:
Nico Weber 2015-02-10 20:43:54 +00:00
parent 9a18c3016c
commit 43f1836535
1 changed files with 1 additions and 1 deletions

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