Commit c680be45 by Abseil Team Committed by Copybara-Service

Fix a typo.

PiperOrigin-RevId: 604094890
Change-Id: If5634a15c7ea7c8ef2cc9b6d09636ee7836946d2
parent 0dc846d4
...@@ -33,7 +33,7 @@ ...@@ -33,7 +33,7 @@
// } // }
// //
// Any program that raises a fatal signal (such as `SIGSEGV`, `SIGILL`, // 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. // installed failure signal handler and provide debugging information to stderr.
// //
// Note that you should *not* install the Abseil failure signal handler more // Note that you should *not* install the Abseil failure signal handler more
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment