mirror of
https://github.com/RPCS3/llvm.git
synced 2025-01-20 17:03:09 +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
|
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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user