diff options
author | Abseil Team <absl-team@google.com> | 2024-02-04 06:16:57 -0800 |
---|---|---|
committer | Copybara-Service <copybara-worker@google.com> | 2024-02-04 06:17:42 -0800 |
commit | c680be45e2be57dffcabed3dec8365b6dcfe5381 (patch) | |
tree | c8c216607262590bcf91ed7b90f3e5de07692edf /absl/debugging/failure_signal_handler.h | |
parent | 0dc846d4087cbe0b9b17181f9b1bf3657126233f (diff) |
Fix a typo.
PiperOrigin-RevId: 604094890
Change-Id: If5634a15c7ea7c8ef2cc9b6d09636ee7836946d2
Diffstat (limited to 'absl/debugging/failure_signal_handler.h')
-rw-r--r-- | absl/debugging/failure_signal_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/absl/debugging/failure_signal_handler.h b/absl/debugging/failure_signal_handler.h index 5e034785..4117facb 100644 --- a/absl/debugging/failure_signal_handler.h +++ b/absl/debugging/failure_signal_handler.h @@ -33,7 +33,7 @@ // } // // Any program that raises a fatal signal (such as `SIGSEGV`, `SIGILL`, -// `SIGFPE`, `SIGABRT`, `SIGTERM`, `SIGBUG`, and `SIGTRAP`) will call the +// `SIGFPE`, `SIGABRT`, `SIGTERM`, `SIGBUS`, and `SIGTRAP`) will call the // installed failure signal handler and provide debugging information to stderr. // // Note that you should *not* install the Abseil failure signal handler more |