X-Git-Url: http://plrg.eecs.uci.edu/git/?a=blobdiff_plain;f=docs%2FExceptionHandling.rst;h=fe6876ad83a792801f5cfe5808a1fa4c04067967;hb=23af697ae6b7217ac10f81ac8b95625c4ff42ecc;hp=c8aa57cacc1ea30cec886885ae114fca61c52402;hpb=77418518199b0834afae681f53a95c5119c215db;p=oota-llvm.git diff --git a/docs/ExceptionHandling.rst b/docs/ExceptionHandling.rst index c8aa57cacc1..fe6876ad83a 100644 --- a/docs/ExceptionHandling.rst +++ b/docs/ExceptionHandling.rst @@ -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