mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-15 16:09:57 +00:00
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:
parent
7bddff5443
commit
745f390512
@ -328,7 +328,7 @@ C++ Exception Handling using the Windows Runtime
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user