[llvm] a483302 - minor doc typo fix / testing github commit
Rafael Stahl via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 28 04:08:52 PDT 2019
Author: Rafael Stahl
Date: 2019-10-28T12:08:40+01:00
New Revision: a483302fbefb6c48fe5c14c6403be06336a77e7f
URL: https://github.com/llvm/llvm-project/commit/a483302fbefb6c48fe5c14c6403be06336a77e7f
DIFF: https://github.com/llvm/llvm-project/commit/a483302fbefb6c48fe5c14c6403be06336a77e7f.diff
LOG: minor doc typo fix / testing github commit
Added:
Modified:
llvm/lib/Support/CrashRecoveryContext.cpp
Removed:
################################################################################
diff --git a/llvm/lib/Support/CrashRecoveryContext.cpp b/llvm/lib/Support/CrashRecoveryContext.cpp
index 8d8529b474ff..a9e0fcc73b9a 100644
--- a/llvm/lib/Support/CrashRecoveryContext.cpp
+++ b/llvm/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.
More information about the llvm-commits
mailing list