From dce1d70a8ddeba8f07108bcacd6df000eef255e1 Mon Sep 17 00:00:00 2001 From: Rafael Stahl Date: Mon, 28 Oct 2019 12:07:00 +0100 Subject: [PATCH] minor doc typo fix / testing github commit --- lib/Support/CrashRecoveryContext.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Support/CrashRecoveryContext.cpp b/lib/Support/CrashRecoveryContext.cpp index 8d8529b474f..a9e0fcc73b9 100644 --- a/lib/Support/CrashRecoveryContext.cpp +++ b/lib/Support/CrashRecoveryContext.cpp @@ -280,7 +280,7 @@ static void uninstallExceptionOrSignalHandlers() { // crash recovery context, and install signal handlers to invoke HandleCrash on // the active object. // -// This implementation does not to attempt to chain signal handlers in any +// This implementation does not attempt to chain signal handlers in any // reliable fashion -- if we get a signal outside of a crash recovery context we // simply disable crash recovery and raise the signal again.