minor doc typo fix / testing github commit
authorRafael Stahl <r.stahl@tum.de>
Mon, 28 Oct 2019 11:07:00 +0000 (12:07 +0100)
committerRafael Stahl <r.stahl@tum.de>
Mon, 28 Oct 2019 11:08:40 +0000 (12:08 +0100)
llvm/lib/Support/CrashRecoveryContext.cpp

index 8d8529b..a9e0fcc 100644 (file)
@@ -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.