diff options
author | Rafael Stahl <r.stahl@tum.de> | 2019-10-28 12:07:00 +0100 |
---|---|---|
committer | Rafael Stahl <r.stahl@tum.de> | 2019-10-28 12:08:40 +0100 |
commit | a483302fbefb6c48fe5c14c6403be06336a77e7f (patch) | |
tree | 9e4ee96e3a1261a32429556998cabc20ed1f3eea /llvm/lib/Support/CrashRecoveryContext.cpp | |
parent | f6e11a36c49c065cd71e9c54e4fba917da5bbf2e (diff) | |
download | bcm5719-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.cpp | 2 |
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. |