summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/CrashRecoveryContext.cpp
diff options
context:
space:
mode:
authorRafael Stahl <r.stahl@tum.de>2019-10-28 12:07:00 +0100
committerRafael Stahl <r.stahl@tum.de>2019-10-28 12:08:40 +0100
commita483302fbefb6c48fe5c14c6403be06336a77e7f (patch)
tree9e4ee96e3a1261a32429556998cabc20ed1f3eea /llvm/lib/Support/CrashRecoveryContext.cpp
parentf6e11a36c49c065cd71e9c54e4fba917da5bbf2e (diff)
downloadbcm5719-llvm-a483302fbefb6c48fe5c14c6403be06336a77e7f.tar.gz
bcm5719-llvm-a483302fbefb6c48fe5c14c6403be06336a77e7f.zip
minor doc typo fix / testing github commit
Diffstat (limited to 'llvm/lib/Support/CrashRecoveryContext.cpp')
-rw-r--r--llvm/lib/Support/CrashRecoveryContext.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/CrashRecoveryContext.cpp b/llvm/lib/Support/CrashRecoveryContext.cpp
index 8d8529b474f..a9e0fcc73b9 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.
OpenPOWER on IntegriCloud