From bcadfee2ad0eb951d88a4c516150122fdf004617 Mon Sep 17 00:00:00 2001 From: Hiroshi Inoue Date: Thu, 12 Apr 2018 05:53:20 +0000 Subject: [NFC] fix trivial typos in documents and comments "is is" -> "is", "if if" -> "if", "or or" -> "or" llvm-svn: 329878 --- llvm/docs/ExceptionHandling.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/docs/ExceptionHandling.rst') diff --git a/llvm/docs/ExceptionHandling.rst b/llvm/docs/ExceptionHandling.rst index e65c1bede04..18ff53cd3b6 100644 --- a/llvm/docs/ExceptionHandling.rst +++ b/llvm/docs/ExceptionHandling.rst @@ -365,7 +365,7 @@ abstract interface. When used in the native Windows C++ exception handling implementation, this intrinsic serves as a placeholder to delimit code before a catch handler is -outlined. When the handler is is outlined, this intrinsic will be replaced +outlined. When the handler is outlined, this intrinsic will be replaced by instructions that retrieve the exception object pointer from the frame allocation block. -- cgit v1.2.3