From 3c9f2a746eb4295093be078959d3d7b0a29e5b66 Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Tue, 10 Feb 2015 20:43:54 +0000 Subject: [PATCH] fix docs typo llvm-svn: 228741 --- docs/ExceptionHandling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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