fix docs typo
authorNico Weber <nicolasweber@gmx.de>
Tue, 10 Feb 2015 20:43:54 +0000 (20:43 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 10 Feb 2015 20:43:54 +0000 (20:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@228741 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ExceptionHandling.rst

index c8aa57cacc1ea30cec886885ae114fca61c52402..fe6876ad83a792801f5cfe5808a1fa4c04067967 100644 (file)
@@ -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