summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Support/Windows/Signals.inc
diff options
context:
space:
mode:
authorEric Christopher <echristo@gmail.com>2018-01-18 21:45:51 +0000
committerEric Christopher <echristo@gmail.com>2018-01-18 21:45:51 +0000
commit668e6b4b05075ab410f020d96e98986ae98d78da (patch)
tree53b53bfa40a3ecdac5cf984cf722a7d6937cb188 /llvm/lib/Support/Windows/Signals.inc
parent8c55e2119968cae0cb3cfc7f0ef62a95e143d9bd (diff)
downloadbcm5719-llvm-668e6b4b05075ab410f020d96e98986ae98d78da.tar.gz
bcm5719-llvm-668e6b4b05075ab410f020d96e98986ae98d78da.zip
Typo fix SIBABRT -> SIGABRT.
Based on a patch by Henry Wong! llvm-svn: 322902
Diffstat (limited to 'llvm/lib/Support/Windows/Signals.inc')
-rw-r--r--llvm/lib/Support/Windows/Signals.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Support/Windows/Signals.inc b/llvm/lib/Support/Windows/Signals.inc
index 21dd2dd1375..23fc72ec10e 100644
--- a/llvm/lib/Support/Windows/Signals.inc
+++ b/llvm/lib/Support/Windows/Signals.inc
@@ -503,7 +503,7 @@ void sys::DisableSystemDialogsOnCrash() {
_set_error_mode(_OUT_TO_STDERR);
}
-/// PrintStackTraceOnErrorSignal - When an error signal (such as SIBABRT or
+/// PrintStackTraceOnErrorSignal - When an error signal (such as SIGABRT or
/// SIGSEGV) is delivered to the process, print a stack trace and then exit.
void sys::PrintStackTraceOnErrorSignal(StringRef Argv0,
bool DisableCrashReporting) {
OpenPOWER on IntegriCloud