diff options
author | thegeorg <[email protected]> | 2023-08-20 23:36:15 +0300 |
---|---|---|
committer | thegeorg <[email protected]> | 2023-08-21 00:54:32 +0300 |
commit | 4ffd2d398873ff2e3f1c28fbb1d647d26a9600d1 (patch) | |
tree | f023ac7871845812356d6ace5e07d059bdf270b4 /contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.h | |
parent | d619e9fffe040fe2f8b4940b1a72cc1757538c8c (diff) |
Update contrib/restricted/abseil-cpp-tstring to 20230802.0
Diffstat (limited to 'contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.h')
-rw-r--r-- | contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.h b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.h index b4262642761..03ce76be424 100644 --- a/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.h +++ b/contrib/restricted/abseil-cpp-tstring/y_absl/debugging/failure_signal_handler.h @@ -62,7 +62,7 @@ struct FailureSignalHandlerOptions { // If true, try to run signal handlers on an alternate stack (if supported on // the given platform). An alternate stack is useful for program crashes due // to a stack overflow; by running on a alternate stack, the signal handler - // may run even when normal stack space has been exausted. The downside of + // may run even when normal stack space has been exhausted. The downside of // using an alternate stack is that extra memory for the alternate stack needs // to be pre-allocated. bool use_alternate_stack = true; |