mirror of
https://github.com/abseil/abseil-cpp.git
synced 2026-06-04 12:07:05 +08:00
Fix a typo.
PiperOrigin-RevId: 604094890 Change-Id: If5634a15c7ea7c8ef2cc9b6d09636ee7836946d2
This commit is contained in:
committed by
Copybara-Service
parent
0dc846d408
commit
c680be45e2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user