diff options
author | Vertexwahn <julian.amann@tum.de> | 2023-04-27 22:10:09 +0200 |
---|---|---|
committer | Vertexwahn <julian.amann@tum.de> | 2023-04-27 22:10:09 +0200 |
commit | 9c32e50df8e7bbd777c64107e7580ed434f003c0 (patch) | |
tree | 89f513c0043f88ab2b9097d81bd463ab9f1935c8 /absl/debugging/failure_signal_handler.h | |
parent | 65109ecdf01a829bdb5e428174b3abb181e75826 (diff) | |
download | abseil-9c32e50df8e7bbd777c64107e7580ed434f003c0.tar.gz abseil-9c32e50df8e7bbd777c64107e7580ed434f003c0.tar.bz2 abseil-9c32e50df8e7bbd777c64107e7580ed434f003c0.zip |
Fix spelling mistakes
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 500115c0..5e034785 100644 --- a/absl/debugging/failure_signal_handler.h +++ b/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; |